Html Css Color HEX #C86616 Chocolate

📋 copy color: '#C86616'

red 200 ◦ green 102 ◦ blue 22

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

Shades of Chocolate #C86616

Tints of Chocolate #C86616

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.48%

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

R = 61.73%
G = 31.48%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C86616 (or 0xC86616) is known color: Chocolate. HEX triplet: C8, 66 and 16. RGB value is (200,102,22). Sum of RGB (Red+Green+Blue) = 200+102+22=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C86616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86616 is #3799E9. Grayscale: #7A7A7A. Windows color (decimal): -3643882 or 1468104. OLE color: 1468104.

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

Color convert

RGB 200 102 22 -
CMYK 0 0.49 0.89 0.22
HSL 26.97º 0.8% 0.44% -
HSV(B) 26.97º 0.89% 0.78% -
XYZ 28.72 21.84 3.46 -
YUV 122.18 71.47 183.5 -
System Red Green Blue C M Y K H S L
Decimal 200 102 22 0 0.49 0.89 0.22 26.97 0.8 0.44
Hex C8 66 16 0 31 59 16 1B 50 2C
Octal 310 146 26 0 61 131 26 33 120 54
Binary 11001000 1100110 10110 0 110001 1011001 10110 11011 1010000 101100

Color Harmonies of #C86616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86616

Black with #C86616

Text Example


Text Example

White with #C86616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86616; }

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

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

background-color css

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

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

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

border-color css

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

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

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