#C68C40

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

Shades of Anzac #C68C40

Tints of Anzac #C68C40

Color information

#C68C40 (or 0xC68C40) is unknown color: approx Anzac. HEX triplet: C6, 8C and 40. RGB value is (198,140,64). Sum of RGB (Red+Green+Blue) = 198+140+64=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68C40 is #3973BF. Grayscale: #959595. Windows color (decimal): -3765184 or 4230342. OLE color: 4230342.

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

Color convert

RGB19814064-
CMYK00.290.680.22
HSL34.03º54.03%51.37%-
HSV(B)34.03º67.68%77.65%-
XYZ33.5931.139.09-
YUV148.6880.22163.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.25%
GREEN value IS 140 (55.08% from 255) = 34.83%
BLUE value IS 64 (25.39% from 255) = 15.92%
R=49.25%
G=34.83%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981406400.290.680.2234.0354.0351.37
HexC68C4001D4416223633
Octal30621410003510426426663
Binary11000110100011001000000011101100010010110100010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68C40; }

 p { color: rgb(198,140,64); }

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

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

 a { background-color: rgb(198,140,64); }

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

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

 span { border-color: rgb(198,140,64); }

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