Html Css Color HEX #C86C17 Chocolate

📋 copy color: '#C86C17'

red 200 ◦ green 108 ◦ blue 23

#C86C17
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #C86C17

Tints of Chocolate #C86C17

RGB

 RED value IS 200 (78.52% from 255) = 60.42%

 GREEN value IS 108 (42.58% from 255) = 32.63%

 BLUE value IS 23 (9.38% from 255) = 6.95%

R = 60.42%
G = 32.63%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C86C17 (or 0xC86C17) is known color: Chocolate. HEX triplet: C8, 6C and 17. RGB value is (200,108,23). Sum of RGB (Red+Green+Blue) = 200+108+23=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86C17 is #3793E8. Grayscale: #7E7E7E. Windows color (decimal): -3642345 or 1535176. OLE color: 1535176.

HSL color Cylindrical-coordinate representation of color #C86C17: hue angle of 28.81º 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 #C86C17 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 108 23 -
CMYK 0 0.46 0.88 0.22
HSL 28.81º 0.79% 0.44% -
HSV(B) 28.81º 0.89% 0.78% -
XYZ 29.34 23.07 3.72 -
YUV 125.82 69.98 180.91 -
System Red Green Blue C M Y K H S L
Decimal 200 108 23 0 0.46 0.88 0.22 28.81 0.79 0.44
Hex C8 6C 17 0 2E 58 16 1D 4F 2C
Octal 310 154 27 0 56 130 26 35 117 54
Binary 11001000 1101100 10111 0 101110 1011000 10110 11101 1001111 101100

Color Harmonies of #C86C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86C17

Black with #C86C17

Text Example


Text Example

White with #C86C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86C17; }

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

 H1.HeaderClassName
 {
   color: #C86C17;
 }
 .AnyTagClassName
 {
   color: #C86C17;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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