Html Css Color HEX #C86424 Chocolate

📋 copy color: '#C86424'

red 200 ◦ green 100 ◦ blue 36

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

Shades of Chocolate #C86424

Tints of Chocolate #C86424

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.76%

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

R = 59.52%
G = 29.76%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C86424 (or 0xC86424) is known color: Chocolate. HEX triplet: C8, 64 and 24. RGB value is (200,100,36). Sum of RGB (Red+Green+Blue) = 200+100+36=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C86424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86424 is #379BDB. Grayscale: #7A7A7A. Windows color (decimal): -3644380 or 2385096. OLE color: 2385096.

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

Color convert

RGB 200 100 36 -
CMYK 0 0.5 0.82 0.22
HSL 23.41º 0.69% 0.46% -
HSV(B) 23.41º 0.82% 0.78% -
XYZ 28.7 21.52 4.31 -
YUV 122.6 79.13 183.2 -
System Red Green Blue C M Y K H S L
Decimal 200 100 36 0 0.5 0.82 0.22 23.41 0.69 0.46
Hex C8 64 24 0 32 52 16 17 45 2E
Octal 310 144 44 0 62 122 26 27 105 56
Binary 11001000 1100100 100100 0 110010 1010010 10110 10111 1000101 101110

Color Harmonies of #C86424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86424

Black with #C86424

Text Example


Text Example

White with #C86424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86424; }

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

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

background-color css

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

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

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

border-color css

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

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

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