#C76916

Color #C76916 Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #C76916

Tints of Chocolate #C76916

Color information

#C76916 (or 0xC76916) is unknown color: approx Chocolate. HEX triplet: C7, 69 and 16. RGB value is (199,105,22). Sum of RGB (Red+Green+Blue) = 199+105+22=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C76916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76916 is #3896E9. Grayscale: #7C7C7C. Windows color (decimal): -3708650 or 1468871. OLE color: 1468871.

HSL color Cylindrical-coordinate representation of color #C76916: hue angle of 28.14º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C76916 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB19910522-
CMYK00.470.890.22
HSL28.14º80.09%43.33%-
HSV(B)28.14º88.94%78.04%-
XYZ28.7522.33.55-
YUV123.6470.64181.75-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 61.04%
GREEN value IS 105 (41.41% from 255) = 32.21%
BLUE value IS 22 (8.98% from 255) = 6.75%
R=61.04%
G=32.21%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991052200.470.890.2228.1480.0943.33
HexC7691602F59161c502b
Octal30715126057131263412053
Binary110001111101001101100101111101100110110111001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76916; }

 p { color: rgb(199,105,22); }

 H1.HeaderClassName
 {
   color: #C76916;
 }
 .AnyTagClassName
 {
   color: #C76916;
 }
</style>
background-color css

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

 a { background-color: rgb(199,105,22); }

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

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

 span { border-color: rgb(199,105,22); }

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