#C86B17

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

Shades of Chocolate #C86B17

Tints of Chocolate #C86B17

Color information

#C86B17 (or 0xC86B17) is unknown color: approx Chocolate. HEX triplet: C8, 6B and 17. RGB value is (200,107,23). Sum of RGB (Red+Green+Blue) = 200+107+23=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C86B17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86B17 is #3794E8. Grayscale: #7D7D7D. Windows color (decimal): -3642601 or 1534920. OLE color: 1534920.

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

Color convert

RGB20010723-
CMYK00.460.880.22
HSL28.47º79.37%43.73%-
HSV(B)28.47º88.5%78.43%-
XYZ29.2322.863.68-
YUV125.2370.31181.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.61%
GREEN value IS 107 (42.19% from 255) = 32.42%
BLUE value IS 23 (9.38% from 255) = 6.97%
R=60.61%
G=32.42%
B=6.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001072300.460.880.2228.4779.3743.73
HexC86B1702E58161c4f2c
Octal31015327056130263411754
Binary110010001101011101110101110101100010110111001001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86B17; }

 p { color: rgb(200,107,23); }

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

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

 a { background-color: rgb(200,107,23); }

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

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

 span { border-color: rgb(200,107,23); }

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