#C06718

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

Shades of Chocolate #C06718

Tints of Chocolate #C06718

Color information

#C06718 (or 0xC06718) is unknown color: approx Chocolate. HEX triplet: C0, 67 and 18. RGB value is (192,103,24). Sum of RGB (Red+Green+Blue) = 192+103+24=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C06718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06718 is #3F98E7. Grayscale: #797979. Windows color (decimal): -4167912 or 1599424. OLE color: 1599424.

HSL color Cylindrical-coordinate representation of color #C06718: hue angle of 28.21º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C06718 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB19210324-
CMYK00.460.880.25
HSL28.21º77.78%42.35%-
HSV(B)28.21º87.5%75.29%-
XYZ26.7520.973.5-
YUV120.673.49178.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60.19%
GREEN value IS 103 (40.62% from 255) = 32.29%
BLUE value IS 24 (9.77% from 255) = 7.52%
R=60.19%
G=32.29%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921032400.460.880.2528.2177.7842.35
HexC0671802E58191c4e2a
Octal30014730056130313411652
Binary110000001100111110000101110101100011001111001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06718; }

 p { color: rgb(192,103,24); }

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

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

 a { background-color: rgb(192,103,24); }

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

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

 span { border-color: rgb(192,103,24); }

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