#c68f3e

Color #C68F3E Anzac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Anzac #C68F3E

Tints of Anzac #C68F3E

Color information

#C68F3E (or 0xC68F3E) is unknown color: approx Anzac. HEX triplet: C6, 8F and 3E. RGB value is (198,143,62). Sum of RGB (Red+Green+Blue) = 198+143+62=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 62 (24.61% from 255 or 15.38% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68F3E is #3970C1. Grayscale: #969696. Windows color (decimal): -3764418 or 4100038. OLE color: 4100038.

HSL color Cylindrical-coordinate representation of color #C68F3E: hue angle of 35.74º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C68F3E is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB19814362-
CMYK00.280.690.22
HSL35.74º54.4%50.98%-
HSV(B)35.74º68.69%77.65%-
XYZ33.98328.94-
YUV150.2178.22162.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 49.13%
GREEN value IS 143 (56.25% from 255) = 35.48%
BLUE value IS 62 (24.61% from 255) = 15.38%
R=49.13%
G=35.48%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981436200.280.690.2235.7454.450.98
HexC68F3E01C4516243633
Octal3062177603410526446663
Binary1100011010001111111110011100100010110110100100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c68f3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c68f3e; }

 p { color: rgb(198,143,62); }

 H1.HeaderClassName
 {
   color: #c68f3e;
 }
 .AnyTagClassName
 {
   color: #c68f3e;
 }
</style>
background-color css

<style>
 a { background-color: #c68f3e; }

 a { background-color: rgb(198,143,62); }

 div.DivClassName
 {
   background-color: #c68f3e;
 }
 .BgClassName
 {
   background-color: #c68f3e;
 }
</style>
border-color css

<style>
 span { border-color: #c68f3e; }

 span { border-color: rgb(198,143,62); }

 td.TdClassName
 {
   border-color: #c68f3e;
 }
 .TagClassName
 {
   border-color: #c68f3e;
 }
</style>