Html Css Color HEX #C86A16 Chocolate

📋 copy color: '#C86A16'

red 200 ◦ green 106 ◦ blue 22

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

Shades of Chocolate #C86A16

Tints of Chocolate #C86A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.71%

R = 60.98%
G = 32.32%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C86A16 (or 0xC86A16) is known color: Chocolate. HEX triplet: C8, 6A and 16. RGB value is (200,106,22). Sum of RGB (Red+Green+Blue) = 200+106+22=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86A16 is #3795E9. Grayscale: #7C7C7C. Windows color (decimal): -3642858 or 1469128. OLE color: 1469128.

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

Color convert

RGB 200 106 22 -
CMYK 0 0.47 0.89 0.22
HSL 28.31º 0.8% 0.44% -
HSV(B) 28.31º 0.89% 0.78% -
XYZ 29.12 22.65 3.6 -
YUV 124.53 70.14 181.83 -
System Red Green Blue C M Y K H S L
Decimal 200 106 22 0 0.47 0.89 0.22 28.31 0.8 0.44
Hex C8 6A 16 0 2F 59 16 1C 50 2C
Octal 310 152 26 0 57 131 26 34 120 54
Binary 11001000 1101010 10110 0 101111 1011001 10110 11100 1010000 101100

Color Harmonies of #C86A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86A16

Black with #C86A16

Text Example


Text Example

White with #C86A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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