Html Css Color HEX #C96816 Chocolate

📋 copy color: '#C96816'

red 201 ◦ green 104 ◦ blue 22

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

Shades of Chocolate #C96816

Tints of Chocolate #C96816

RGB

 RED value IS 201 (78.91% from 255) = 61.47%

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

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

R = 61.47%
G = 31.8%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C96816 (or 0xC96816) is known color: Chocolate. HEX triplet: C9, 68 and 16. RGB value is (201,104,22). Sum of RGB (Red+Green+Blue) = 201+104+22=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C96816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96816 is #3697E9. Grayscale: #7C7C7C. Windows color (decimal): -3577834 or 1468617. OLE color: 1468617.

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

Color convert

RGB 201 104 22 -
CMYK 0 0.48 0.89 0.21
HSL 27.49º 0.8% 0.44% -
HSV(B) 27.49º 0.89% 0.79% -
XYZ 29.18 22.38 3.54 -
YUV 123.66 70.64 183.17 -
System Red Green Blue C M Y K H S L
Decimal 201 104 22 0 0.48 0.89 0.21 27.49 0.8 0.44
Hex C9 68 16 0 30 59 15 1B 50 2C
Octal 311 150 26 0 60 131 25 33 120 54
Binary 11001001 1101000 10110 0 110000 1011001 10101 11011 1010000 101100

Color Harmonies of #C96816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96816

Black with #C96816

Text Example


Text Example

White with #C96816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96816; }

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

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

background-color css

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

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

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

border-color css

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

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

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