Html Css Color HEX #C86A0D Chocolate

📋 copy color: '#C86A0D'

red 200 ◦ green 106 ◦ blue 13

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

Shades of Chocolate #C86A0D

Tints of Chocolate #C86A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.08%

R = 62.7%
G = 33.23%
B = 4.08%

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

#C86A0D (or 0xC86A0D) is known color: Chocolate. HEX triplet: C8, 6A and 0D. RGB value is (200,106,13). Sum of RGB (Red+Green+Blue) = 200+106+13=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86A0D is #3795F2. Grayscale: #7B7B7B. Windows color (decimal): -3642867 or 879304. OLE color: 879304.

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

Color convert

RGB 200 106 13 -
CMYK 0 0.47 0.94 0.22
HSL 29.84º 0.88% 0.42% -
HSV(B) 29.84º 0.94% 0.78% -
XYZ 29.05 22.62 3.22 -
YUV 123.5 65.64 182.56 -
System Red Green Blue C M Y K H S L
Decimal 200 106 13 0 0.47 0.94 0.22 29.84 0.88 0.42
Hex C8 6A D 0 2F 5E 16 1E 58 2A
Octal 310 152 15 0 57 136 26 36 130 52
Binary 11001000 1101010 1101 0 101111 1011110 10110 11110 1011000 101010

Color Harmonies of #C86A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86A0D

Black with #C86A0D

Text Example


Text Example

White with #C86A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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