Html Css Color HEX #C86324 Chocolate

📋 copy color: '#C86324'

red 200 ◦ green 99 ◦ blue 36

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

Shades of Chocolate #C86324

Tints of Chocolate #C86324

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.55%

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

R = 59.7%
G = 29.55%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C86324 (or 0xC86324) is known color: Chocolate. HEX triplet: C8, 63 and 24. RGB value is (200,99,36). Sum of RGB (Red+Green+Blue) = 200+99+36=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C86324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86324 is #379CDB. Grayscale: #7A7A7A. Windows color (decimal): -3644636 or 2384840. OLE color: 2384840.

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

Color convert

RGB 200 99 36 -
CMYK 0 0.50 0.82 0.22
HSL 23.05º 0.69% 0.46% -
HSV(B) 23.05º 0.82% 0.78% -
XYZ 28.6 21.33 4.28 -
YUV 122.02 79.46 183.62 -
System Red Green Blue C M Y K H S L
Decimal 200 99 36 0 0.50 0.82 0.22 23.05 0.69 0.46
Hex C8 63 24 0 32 52 16 17 45 2E
Octal 310 143 44 0 62 122 26 27 105 56
Binary 11001000 1100011 100100 0 110010 1010010 10110 10111 1000101 101110

Color Harmonies of #C86324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86324

Black with #C86324

Text Example


Text Example

White with #C86324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86324; }

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

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

background-color css

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

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

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

border-color css

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

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

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