Html Css Color HEX #C96716 Chocolate

📋 copy color: '#C96716'

red 201 ◦ green 103 ◦ blue 22

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

Shades of Chocolate #C96716

Tints of Chocolate #C96716

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.6%

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

R = 61.66%
G = 31.6%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C96716 (or 0xC96716) is known color: Chocolate. HEX triplet: C9, 67 and 16. RGB value is (201,103,22). Sum of RGB (Red+Green+Blue) = 201+103+22=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C96716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96716 is #3698E9. Grayscale: #7B7B7B. Windows color (decimal): -3578090 or 1468361. OLE color: 1468361.

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

Color convert

RGB 201 103 22 -
CMYK 0 0.49 0.89 0.21
HSL 27.15º 0.8% 0.44% -
HSV(B) 27.15º 0.89% 0.79% -
XYZ 29.08 22.18 3.51 -
YUV 123.07 70.97 183.59 -
System Red Green Blue C M Y K H S L
Decimal 201 103 22 0 0.49 0.89 0.21 27.15 0.8 0.44
Hex C9 67 16 0 31 59 15 1B 50 2C
Octal 311 147 26 0 61 131 25 33 120 54
Binary 11001001 1100111 10110 0 110001 1011001 10101 11011 1010000 101100

Color Harmonies of #C96716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96716

Black with #C96716

Text Example


Text Example

White with #C96716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96716; }

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

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

background-color css

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

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

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

border-color css

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

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

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