Html Css Color HEX #C86816 Chocolate

📋 copy color: '#C86816'

red 200 ◦ green 104 ◦ blue 22

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

Shades of Chocolate #C86816

Tints of Chocolate #C86816

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.9%

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

R = 61.35%
G = 31.9%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C86816 (or 0xC86816) is known color: Chocolate. HEX triplet: C8, 68 and 16. RGB value is (200,104,22). Sum of RGB (Red+Green+Blue) = 200+104+22=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C86816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86816 is #3797E9. Grayscale: #7B7B7B. Windows color (decimal): -3643370 or 1468616. OLE color: 1468616.

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

Color convert

RGB 200 104 22 -
CMYK 0 0.48 0.89 0.22
HSL 27.64º 0.8% 0.44% -
HSV(B) 27.64º 0.89% 0.78% -
XYZ 28.91 22.24 3.53 -
YUV 123.36 70.8 182.67 -
System Red Green Blue C M Y K H S L
Decimal 200 104 22 0 0.48 0.89 0.22 27.64 0.8 0.44
Hex C8 68 16 0 30 59 16 1C 50 2C
Octal 310 150 26 0 60 131 26 34 120 54
Binary 11001000 1101000 10110 0 110000 1011001 10110 11100 1010000 101100

Color Harmonies of #C86816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86816

Black with #C86816

Text Example


Text Example

White with #C86816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86816; }

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

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

background-color css

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

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

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

border-color css

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

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

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