#664026

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

Shades of Semi-Sweet Chocolate #664026

Tints of Semi-Sweet Chocolate #664026

Color information

#664026 (or 0x664026) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 66, 40 and 26. RGB value is (102,64,38). Sum of RGB (Red+Green+Blue) = 102+64+38=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #664026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664026 is #99BFD9. Grayscale: #484848. Windows color (decimal): -10076122 or 2506854. OLE color: 2506854.

HSL color Cylindrical-coordinate representation of color #664026: hue angle of 24.38º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #664026 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB1026438-
CMYK00.370.630.6
HSL24.38º45.71%27.45%-
HSV(B)24.38º62.75%40%-
XYZ7.666.632.71-
YUV72.4108.59149.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 64 (25.39% from 255) = 31.37%
BLUE value IS 38 (15.23% from 255) = 18.63%
R=50%
G=31.37%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102643800.370.630.624.3845.7127.45
Hex6640260253F3C182e1b
Octal146100460457774305633
Binary1100110100000010011001001011111111111001100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664026; }

 p { color: rgb(102,64,38); }

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

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

 a { background-color: rgb(102,64,38); }

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

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

 span { border-color: rgb(102,64,38); }

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