#c68c36

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

Shades of Anzac #C68C36

Tints of Anzac #C68C36

Color information

#C68C36 (or 0xC68C36) is unknown color: approx Anzac. HEX triplet: C6, 8C and 36. RGB value is (198,140,54). Sum of RGB (Red+Green+Blue) = 198+140+54=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 54 (21.48% from 255 or 13.78% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68C36 is #3973C9. Grayscale: #939393. Windows color (decimal): -3765194 or 3574982. OLE color: 3574982.

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

Color convert

RGB19814054-
CMYK00.290.730.22
HSL35.83º57.14%49.41%-
HSV(B)35.83º72.73%77.65%-
XYZ33.3331.037.72-
YUV147.5475.22163.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.51%
GREEN value IS 140 (55.08% from 255) = 35.71%
BLUE value IS 54 (21.48% from 255) = 13.78%
R=50.51%
G=35.71%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981405400.290.730.2235.8357.1449.41
HexC68C3601D4916243931
Octal3062146603511126447161
Binary1100011010001100110110011101100100110110100100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c68c36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c68c36; }

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

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

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

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

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

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

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

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