#C06A17

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

Shades of Chocolate #C06A17

Tints of Chocolate #C06A17

Color information

#C06A17 (or 0xC06A17) is unknown color: approx Chocolate. HEX triplet: C0, 6A and 17. RGB value is (192,106,23). Sum of RGB (Red+Green+Blue) = 192+106+23=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06A17 is #3F95E8. Grayscale: #7A7A7A. Windows color (decimal): -4167145 or 1534656. OLE color: 1534656.

HSL color Cylindrical-coordinate representation of color #C06A17: hue angle of 29.47º degrees, saturation: 0.79, 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 #C06A17 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB19210623-
CMYK00.450.880.25
HSL29.47º78.6%42.16%-
HSV(B)29.47º88.02%75.29%-
XYZ27.0521.583.55-
YUV122.2571.99177.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.81%
GREEN value IS 106 (41.80% from 255) = 33.02%
BLUE value IS 23 (9.38% from 255) = 7.17%
R=59.81%
G=33.02%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921062300.450.880.2529.4778.642.16
HexC06A1702D58191d4f2a
Octal30015227055130313511752
Binary110000001101010101110101101101100011001111011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06A17; }

 p { color: rgb(192,106,23); }

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

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

 a { background-color: rgb(192,106,23); }

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

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

 span { border-color: rgb(192,106,23); }

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