Html Css Color HEX #C86510 Chocolate

📋 copy color: '#C86510'

red 200 ◦ green 101 ◦ blue 16

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

Shades of Chocolate #C86510

Tints of Chocolate #C86510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.86%

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

R = 63.09%
G = 31.86%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C86510 (or 0xC86510) is known color: Chocolate. HEX triplet: C8, 65 and 10. RGB value is (200,101,16). Sum of RGB (Red+Green+Blue) = 200+101+16=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C86510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86510 is #379AEF. Grayscale: #797979. Windows color (decimal): -3644144 or 1074632. OLE color: 1074632.

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

Color convert

RGB 200 101 16 -
CMYK 0 0.49 0.92 0.22
HSL 27.72º 0.85% 0.42% -
HSV(B) 27.72º 0.92% 0.78% -
XYZ 28.57 21.62 3.16 -
YUV 120.91 68.8 184.41 -
System Red Green Blue C M Y K H S L
Decimal 200 101 16 0 0.49 0.92 0.22 27.72 0.85 0.42
Hex C8 65 10 0 31 5C 16 1C 55 2A
Octal 310 145 20 0 61 134 26 34 125 52
Binary 11001000 1100101 10000 0 110001 1011100 10110 11100 1010101 101010

Color Harmonies of #C86510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86510

Black with #C86510

Text Example


Text Example

White with #C86510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86510; }

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

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

background-color css

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

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

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

border-color css

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

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

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