Html Css Color HEX #C86310 Chocolate

📋 copy color: '#C86310'

red 200 ◦ green 99 ◦ blue 16

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

Shades of Chocolate #C86310

Tints of Chocolate #C86310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.08%

R = 63.49%
G = 31.43%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C86310 (or 0xC86310) is known color: Chocolate. HEX triplet: C8, 63 and 10. RGB value is (200,99,16). Sum of RGB (Red+Green+Blue) = 200+99+16=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C86310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86310 is #379CEF. Grayscale: #787878. Windows color (decimal): -3644656 or 1074120. OLE color: 1074120.

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

Color convert

RGB 200 99 16 -
CMYK 0 0.50 0.92 0.22
HSL 27.07º 0.85% 0.42% -
HSV(B) 27.07º 0.92% 0.78% -
XYZ 28.37 21.24 3.09 -
YUV 119.74 69.46 185.25 -
System Red Green Blue C M Y K H S L
Decimal 200 99 16 0 0.50 0.92 0.22 27.07 0.85 0.42
Hex C8 63 10 0 32 5C 16 1B 55 2A
Octal 310 143 20 0 62 134 26 33 125 52
Binary 11001000 1100011 10000 0 110010 1011100 10110 11011 1010101 101010

Color Harmonies of #C86310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86310

Black with #C86310

Text Example


Text Example

White with #C86310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86310; }

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

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

background-color css

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

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

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

border-color css

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

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

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