Html Css Color HEX #C86824 Chocolate

📋 copy color: '#C86824'

red 200 ◦ green 104 ◦ blue 36

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

Shades of Chocolate #C86824

Tints of Chocolate #C86824

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.59%

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

R = 58.82%
G = 30.59%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C86824 (or 0xC86824) is known color: Chocolate. HEX triplet: C8, 68 and 24. RGB value is (200,104,36). Sum of RGB (Red+Green+Blue) = 200+104+36=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 36 (14.45% from 255 or 10.59% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C86824 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86824 is #3797DB. Grayscale: #7D7D7D. Windows color (decimal): -3643356 or 2386120. OLE color: 2386120.

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

Color convert

RGB 200 104 36 -
CMYK 0 0.48 0.82 0.22
HSL 24.88º 0.69% 0.46% -
HSV(B) 24.88º 0.82% 0.78% -
XYZ 29.09 22.31 4.44 -
YUV 124.95 77.8 181.53 -
System Red Green Blue C M Y K H S L
Decimal 200 104 36 0 0.48 0.82 0.22 24.88 0.69 0.46
Hex C8 68 24 0 30 52 16 19 45 2E
Octal 310 150 44 0 60 122 26 31 105 56
Binary 11001000 1101000 100100 0 110000 1010010 10110 11001 1000101 101110

Color Harmonies of #C86824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86824

Black with #C86824

Text Example


Text Example

White with #C86824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86824; }

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

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

background-color css

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

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

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

border-color css

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

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

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