Html Css Color HEX #664225 Semi-Sweet Chocolate
📋 copy color: '#664225'red 102 ◦ green 66 ◦ blue 37
Shades of Semi-Sweet Chocolate #664225
Tints of Semi-Sweet Chocolate #664225
RGB
CMYK
RGB Variations
Color information
#664225 (or 0x664225) is known color: 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
| RGB | 102 | 66 | 37 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.6 |
| HSL | 26.77º | 0.47% | 0.27% | - |
| HSV(B) | 26.77º | 0.64% | 0.4% | - |
| XYZ | 7.76 | 6.85 | 2.66 | - |
| YUV | 73.46 | 107.43 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 37 | 0 | 0.35 | 0.64 | 0.6 | 26.77 | 0.47 | 0.27 |
| Hex | 66 | 42 | 25 | 0 | 23 | 40 | 3C | 1B | 2F | 1B |
| Octal | 146 | 102 | 45 | 0 | 43 | 100 | 74 | 33 | 57 | 33 |
| Binary | 1100110 | 1000010 | 100101 | 0 | 100011 | 1000000 | 111100 | 11011 | 101111 | 11011 |
Color Harmonies of #664225
Complementary color
Monochromatic Colors of #664225
Black with #664225
Text Example
Text Example
White with #664225
Text Example
Text Example
HTML Codes & Css Web 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>