Html Css Color HEX #C86D0B Chocolate

📋 copy color: '#C86D0B'

red 200 ◦ green 109 ◦ blue 11

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

Shades of Chocolate #C86D0B

Tints of Chocolate #C86D0B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.06%

 BLUE value IS 11 (4.69% from 255) = 3.44%

R = 62.5%
G = 34.06%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C86D0B (or 0xC86D0B) is known color: Chocolate. HEX triplet: C8, 6D and 0B. RGB value is (200,109,11). Sum of RGB (Red+Green+Blue) = 200+109+11=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86D0B is #3792F4. Grayscale: #7D7D7D. Windows color (decimal): -3642101 or 749000. OLE color: 749000.

HSL color Cylindrical-coordinate representation of color #C86D0B: hue angle of 31.11º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C86D0B is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 109 11 -
CMYK 0 0.46 0.94 0.22
HSL 31.11º 0.9% 0.41% -
HSV(B) 31.11º 0.95% 0.78% -
XYZ 29.35 23.24 3.26 -
YUV 125.04 63.65 181.47 -
System Red Green Blue C M Y K H S L
Decimal 200 109 11 0 0.46 0.94 0.22 31.11 0.9 0.41
Hex C8 6D B 0 2E 5E 16 1F 5A 29
Octal 310 155 13 0 56 136 26 37 132 51
Binary 11001000 1101101 1011 0 101110 1011110 10110 11111 1011010 101001

Color Harmonies of #C86D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86D0B

Black with #C86D0B

Text Example


Text Example

White with #C86D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86D0B; }

 p { color: rgb(200,109,11); }

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

background-color css

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

 a { background-color: rgb(200,109,11); }

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

border-color css

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

 span { border-color: rgb(200,109,11); }

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