Html Css Color HEX #663F28 Semi-Sweet Chocolate
📋 copy color: '#663F28'red 102 ◦ green 63 ◦ blue 40
Shades of Semi-Sweet Chocolate #663F28
Tints of Semi-Sweet Chocolate #663F28
RGB
CMYK
RGB Variations
Color information
#663F28 (or 0x663F28) is known color: Semi-Sweet Chocolate. HEX triplet: 66, 3F and 28. RGB value is (102,63,40). Sum of RGB (Red+Green+Blue) = 102+63+40=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #663F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F28 is #99C0D7. Grayscale: #484848. Windows color (decimal): -10076376 or 2637670. OLE color: 2637670.
HSL color Cylindrical-coordinate representation of color #663F28: hue angle of 22.26º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #663F28 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 40 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.6 |
| HSL | 22.26º | 0.44% | 0.28% | - |
| HSV(B) | 22.26º | 0.61% | 0.4% | - |
| XYZ | 7.64 | 6.53 | 2.87 | - |
| YUV | 72.04 | 109.92 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 40 | 0 | 0.38 | 0.61 | 0.6 | 22.26 | 0.44 | 0.28 |
| Hex | 66 | 3F | 28 | 0 | 26 | 3D | 3C | 16 | 2C | 1C |
| Octal | 146 | 77 | 50 | 0 | 46 | 75 | 74 | 26 | 54 | 34 |
| Binary | 1100110 | 111111 | 101000 | 0 | 100110 | 111101 | 111100 | 10110 | 101100 | 11100 |
Color Harmonies of #663F28
Complementary color
Monochromatic Colors of #663F28
Black with #663F28
Text Example
Text Example
White with #663F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F28; }
p { color: rgb(102,63,40); }
H1.HeaderClassName
{
color: #663F28;
}
.AnyTagClassName
{
color: #663F28;
}
</style>
background-color css
<style>
a { background-color: #663F28; }
a { background-color: rgb(102,63,40); }
div.DivClassName
{
background-color: #663F28;
}
.BgClassName
{
background-color: #663F28;
}
</style>
border-color css
<style>
span { border-color: #663F28; }
span { border-color: rgb(102,63,40); }
td.TdClassName
{
border-color: #663F28;
}
.TagClassName
{
border-color: #663F28;
}
</style>