#C76A16

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

Shades of Chocolate #C76A16

Tints of Chocolate #C76A16

Color information

#C76A16 (or 0xC76A16) is unknown color: approx Chocolate. HEX triplet: C7, 6A and 16. RGB value is (199,106,22). Sum of RGB (Red+Green+Blue) = 199+106+22=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76A16 is #3895E9. Grayscale: #7C7C7C. Windows color (decimal): -3708394 or 1469127. OLE color: 1469127.

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

Color convert

RGB19910622-
CMYK00.470.890.22
HSL28.47º80.09%43.33%-
HSV(B)28.47º88.94%78.04%-
XYZ28.8522.513.58-
YUV124.2370.31181.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 60.86%
GREEN value IS 106 (41.80% from 255) = 32.42%
BLUE value IS 22 (8.98% from 255) = 6.73%
R=60.86%
G=32.42%
B=6.73%

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
Decimal1991062200.470.890.2228.4780.0943.33
HexC76A1602F59161c502b
Octal30715226057131263412053
Binary110001111101010101100101111101100110110111001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76A16; }

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

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

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

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

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

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

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

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