#664225

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

Shades of Semi-Sweet Chocolate #664225

Tints of Semi-Sweet Chocolate #664225

Color information

#664225 (or 0x664225) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 66, 42 and 25. RGB value is (102,66,37). Sum of RGB (Red+Green+Blue) = 102+66+37=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #664225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664225 is #99BDDA. Grayscale: #494949. Windows color (decimal): -10075611 or 2441830. OLE color: 2441830.

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

Color convert

RGB1026637-
CMYK00.350.640.6
HSL26.77º46.76%27.25%-
HSV(B)26.77º63.73%40%-
XYZ7.766.852.66-
YUV73.46107.43148.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.76%
GREEN value IS 66 (26.17% from 255) = 32.20%
BLUE value IS 37 (14.84% from 255) = 18.05%
R=49.76%
G=32.20%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102663700.350.640.626.7746.7627.25
Hex664225023403C1b2f1b
Octal1461024504310074335733
Binary11001101000010100101010001110000001111001101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664225; }

 p { color: rgb(102,66,37); }

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

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

 a { background-color: rgb(102,66,37); }

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

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

 span { border-color: rgb(102,66,37); }

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