Html Css Color HEX #C86D16 Chocolate

📋 copy color: '#C86D16'

red 200 ◦ green 109 ◦ blue 22

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

Shades of Chocolate #C86D16

Tints of Chocolate #C86D16

RGB

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

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

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

R = 60.42%
G = 32.93%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C86D16 (or 0xC86D16) is known color: Chocolate. HEX triplet: C8, 6D and 16. RGB value is (200,109,22). Sum of RGB (Red+Green+Blue) = 200+109+22=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86D16 is #3792E9. Grayscale: #7E7E7E. Windows color (decimal): -3642090 or 1469896. OLE color: 1469896.

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

Color convert

RGB 200 109 22 -
CMYK 0 0.46 0.89 0.22
HSL 29.33º 0.8% 0.44% -
HSV(B) 29.33º 0.89% 0.78% -
XYZ 29.43 23.27 3.7 -
YUV 126.29 69.15 180.57 -
System Red Green Blue C M Y K H S L
Decimal 200 109 22 0 0.46 0.89 0.22 29.33 0.8 0.44
Hex C8 6D 16 0 2E 59 16 1D 50 2C
Octal 310 155 26 0 56 131 26 35 120 54
Binary 11001000 1101101 10110 0 101110 1011001 10110 11101 1010000 101100

Color Harmonies of #C86D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86D16

Black with #C86D16

Text Example


Text Example

White with #C86D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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