#C68C37

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

Shades of Anzac #C68C37

Tints of Anzac #C68C37

Color information

#C68C37 (or 0xC68C37) is unknown color: approx Anzac. HEX triplet: C6, 8C and 37. RGB value is (198,140,55). Sum of RGB (Red+Green+Blue) = 198+140+55=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 55 (21.88% from 255 or 13.99% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68C37 is #3973C8. Grayscale: #949494. Windows color (decimal): -3765193 or 3640518. OLE color: 3640518.

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

Color convert

RGB19814055-
CMYK00.290.720.22
HSL35.66º56.52%49.61%-
HSV(B)35.66º72.22%77.65%-
XYZ33.3631.047.85-
YUV147.6575.72163.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.38%
GREEN value IS 140 (55.08% from 255) = 35.62%
BLUE value IS 55 (21.88% from 255) = 13.99%
R=50.38%
G=35.62%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981405500.290.720.2235.6656.5249.61
HexC68C3701D4816243932
Octal3062146703511026447162
Binary1100011010001100110111011101100100010110100100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68C37; }

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

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

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

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

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

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

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

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