Html Css Color HEX #C86B24 Chocolate

📋 copy color: '#C86B24'

red 200 ◦ green 107 ◦ blue 36

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

Shades of Chocolate #C86B24

Tints of Chocolate #C86B24

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.2%

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

R = 58.31%
G = 31.2%
B = 10.5%

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

#C86B24 (or 0xC86B24) is known color: Chocolate. HEX triplet: C8, 6B and 24. RGB value is (200,107,36). Sum of RGB (Red+Green+Blue) = 200+107+36=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C86B24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86B24 is #3794DB. Grayscale: #7F7F7F. Windows color (decimal): -3642588 or 2386888. OLE color: 2386888.

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

Color convert

RGB 200 107 36 -
CMYK 0 0.46 0.82 0.22
HSL 25.98º 0.69% 0.46% -
HSV(B) 25.98º 0.82% 0.78% -
XYZ 29.4 22.92 4.54 -
YUV 126.71 76.81 180.27 -
System Red Green Blue C M Y K H S L
Decimal 200 107 36 0 0.46 0.82 0.22 25.98 0.69 0.46
Hex C8 6B 24 0 2E 52 16 1A 45 2E
Octal 310 153 44 0 56 122 26 32 105 56
Binary 11001000 1101011 100100 0 101110 1010010 10110 11010 1000101 101110

Color Harmonies of #C86B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86B24

Black with #C86B24

Text Example


Text Example

White with #C86B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86B24; }

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

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

background-color css

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

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

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

border-color css

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

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

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