Html Css Color HEX #C86011 Chocolate

📋 copy color: '#C86011'

red 200 ◦ green 96 ◦ blue 17

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

Shades of Chocolate #C86011

Tints of Chocolate #C86011

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.67%

 BLUE value IS 17 (7.03% from 255) = 5.43%

R = 63.9%
G = 30.67%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C86011 (or 0xC86011) is known color: Chocolate. HEX triplet: C8, 60 and 11. RGB value is (200,96,17). Sum of RGB (Red+Green+Blue) = 200+96+17=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C86011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86011 is #379FEE. Grayscale: #767676. Windows color (decimal): -3645423 or 1138888. OLE color: 1138888.

HSL color Cylindrical-coordinate representation of color #C86011: hue angle of 25.9º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C86011 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 96 17 -
CMYK 0 0.52 0.92 0.22
HSL 25.9º 0.84% 0.43% -
HSV(B) 25.9º 0.92% 0.78% -
XYZ 28.1 20.69 3.04 -
YUV 118.09 70.96 186.42 -
System Red Green Blue C M Y K H S L
Decimal 200 96 17 0 0.52 0.92 0.22 25.9 0.84 0.43
Hex C8 60 11 0 34 5C 16 1A 54 2B
Octal 310 140 21 0 64 134 26 32 124 53
Binary 11001000 1100000 10001 0 110100 1011100 10110 11010 1010100 101011

Color Harmonies of #C86011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86011

Black with #C86011

Text Example


Text Example

White with #C86011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86011; }

 p { color: rgb(200,96,17); }

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

background-color css

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

 a { background-color: rgb(200,96,17); }

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

border-color css

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

 span { border-color: rgb(200,96,17); }

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