Html Css Color HEX #663F24 Semi-Sweet Chocolate
📋 copy color: '#663F24'red 102 ◦ green 63 ◦ blue 36
Shades of Semi-Sweet Chocolate #663F24
Tints of Semi-Sweet Chocolate #663F24
RGB
CMYK
RGB Variations
Color information
#663F24 (or 0x663F24) is known color: Semi-Sweet Chocolate. HEX triplet: 66, 3F and 24. RGB value is (102,63,36). Sum of RGB (Red+Green+Blue) = 102+63+36=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 36 (14.45% from 255 or 17.91% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #663F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F24 is #99C0DB. Grayscale: #474747. Windows color (decimal): -10076380 or 2375526. OLE color: 2375526.
HSL color Cylindrical-coordinate representation of color #663F24: hue angle of 24.55º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #663F24 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 36 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.6 |
| HSL | 24.55º | 0.48% | 0.27% | - |
| HSV(B) | 24.55º | 0.65% | 0.4% | - |
| XYZ | 7.58 | 6.51 | 2.53 | - |
| YUV | 71.58 | 107.92 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 36 | 0 | 0.38 | 0.65 | 0.6 | 24.55 | 0.48 | 0.27 |
| Hex | 66 | 3F | 24 | 0 | 26 | 41 | 3C | 19 | 30 | 1B |
| Octal | 146 | 77 | 44 | 0 | 46 | 101 | 74 | 31 | 60 | 33 |
| Binary | 1100110 | 111111 | 100100 | 0 | 100110 | 1000001 | 111100 | 11001 | 110000 | 11011 |
Color Harmonies of #663F24
Complementary color
Monochromatic Colors of #663F24
Black with #663F24
Text Example
Text Example
White with #663F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F24; }
p { color: rgb(102,63,36); }
H1.HeaderClassName
{
color: #663F24;
}
.AnyTagClassName
{
color: #663F24;
}
</style>
background-color css
<style>
a { background-color: #663F24; }
a { background-color: rgb(102,63,36); }
div.DivClassName
{
background-color: #663F24;
}
.BgClassName
{
background-color: #663F24;
}
</style>
border-color css
<style>
span { border-color: #663F24; }
span { border-color: rgb(102,63,36); }
td.TdClassName
{
border-color: #663F24;
}
.TagClassName
{
border-color: #663F24;
}
</style>