#C26612

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

Shades of Chocolate #C26612

Tints of Chocolate #C26612

Color information

#C26612 (or 0xC26612) is unknown color: approx Chocolate. HEX triplet: C2, 66 and 12. RGB value is (194,102,18). Sum of RGB (Red+Green+Blue) = 194+102+18=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C26612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26612 is #3D99ED. Grayscale: #787878. Windows color (decimal): -4037102 or 1205954. OLE color: 1205954.

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

Color convert

RGB19410218-
CMYK00.470.910.24
HSL28.64º83.02%41.57%-
HSV(B)28.64º90.72%76.08%-
XYZ27.1121.023.2-
YUV119.9370.48180.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.78%
GREEN value IS 102 (40.23% from 255) = 32.48%
BLUE value IS 18 (7.42% from 255) = 5.73%
R=61.78%
G=32.48%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941021800.470.910.2428.6483.0241.57
HexC2661202F5B181d532a
Octal30214622057133303512352
Binary110000101100110100100101111101101111000111011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26612; }

 p { color: rgb(194,102,18); }

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

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

 a { background-color: rgb(194,102,18); }

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

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

 span { border-color: rgb(194,102,18); }

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