Html Css Color HEX #C86C24 Chocolate

📋 copy color: '#C86C24'

red 200 ◦ green 108 ◦ blue 36

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

Shades of Chocolate #C86C24

Tints of Chocolate #C86C24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.47%

R = 58.14%
G = 31.4%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C86C24 (or 0xC86C24) is known color: Chocolate. HEX triplet: C8, 6C and 24. RGB value is (200,108,36). Sum of RGB (Red+Green+Blue) = 200+108+36=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86C24 is #3793DB. Grayscale: #7F7F7F. Windows color (decimal): -3642332 or 2387144. OLE color: 2387144.

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

Color convert

RGB 200 108 36 -
CMYK 0 0.46 0.82 0.22
HSL 26.34º 0.69% 0.46% -
HSV(B) 26.34º 0.82% 0.78% -
XYZ 29.5 23.13 4.58 -
YUV 127.3 76.48 179.85 -
System Red Green Blue C M Y K H S L
Decimal 200 108 36 0 0.46 0.82 0.22 26.34 0.69 0.46
Hex C8 6C 24 0 2E 52 16 1A 45 2E
Octal 310 154 44 0 56 122 26 32 105 56
Binary 11001000 1101100 100100 0 101110 1010010 10110 11010 1000101 101110

Color Harmonies of #C86C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86C24

Black with #C86C24

Text Example


Text Example

White with #C86C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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