Html Css Color HEX #C86A0B Chocolate

📋 copy color: '#C86A0B'

red 200 ◦ green 106 ◦ blue 11

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

Shades of Chocolate #C86A0B

Tints of Chocolate #C86A0B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.44%

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

R = 63.09%
G = 33.44%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C86A0B (or 0xC86A0B) is known color: Chocolate. HEX triplet: C8, 6A and 0B. RGB value is (200,106,11). Sum of RGB (Red+Green+Blue) = 200+106+11=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86A0B is #3795F4. Grayscale: #7B7B7B. Windows color (decimal): -3642869 or 748232. OLE color: 748232.

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

Color convert

RGB 200 106 11 -
CMYK 0 0.47 0.94 0.22
HSL 30.16º 0.9% 0.41% -
HSV(B) 30.16º 0.95% 0.78% -
XYZ 29.03 22.61 3.15 -
YUV 123.28 64.64 182.72 -
System Red Green Blue C M Y K H S L
Decimal 200 106 11 0 0.47 0.94 0.22 30.16 0.9 0.41
Hex C8 6A B 0 2F 5E 16 1E 5A 29
Octal 310 152 13 0 57 136 26 36 132 51
Binary 11001000 1101010 1011 0 101111 1011110 10110 11110 1011010 101001

Color Harmonies of #C86A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86A0B

Black with #C86A0B

Text Example


Text Example

White with #C86A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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