#C26A16

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

Shades of Chocolate #C26A16

Tints of Chocolate #C26A16

Color information

#C26A16 (or 0xC26A16) is unknown color: approx Chocolate. HEX triplet: C2, 6A and 16. RGB value is (194,106,22). Sum of RGB (Red+Green+Blue) = 194+106+22=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26A16 is #3D95E9. Grayscale: #7B7B7B. Windows color (decimal): -4036074 or 1469122. OLE color: 1469122.

HSL color Cylindrical-coordinate representation of color #C26A16: hue angle of 29.3º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C26A16 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB19410622-
CMYK00.450.890.24
HSL29.3º79.63%42.35%-
HSV(B)29.3º88.66%76.08%-
XYZ27.5521.843.52-
YUV122.7471.15178.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.25%
GREEN value IS 106 (41.80% from 255) = 32.92%
BLUE value IS 22 (8.98% from 255) = 6.83%
R=60.25%
G=32.92%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941062200.450.890.2429.379.6342.35
HexC26A1602D59181d502a
Octal30215226055131303512052
Binary110000101101010101100101101101100111000111011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26A16; }

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

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

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

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

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

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

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

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