Html Css Color HEX #663F26 Semi-Sweet Chocolate
📋 copy color: '#663F26'red 102 ◦ green 63 ◦ blue 38
Shades of Semi-Sweet Chocolate #663F26
Tints of Semi-Sweet Chocolate #663F26
RGB
CMYK
RGB Variations
Color information
#663F26 (or 0x663F26) is known color: Semi-Sweet Chocolate. HEX triplet: 66, 3F and 26. RGB value is (102,63,38). Sum of RGB (Red+Green+Blue) = 102+63+38=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #663F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F26 is #99C0D9. Grayscale: #474747. Windows color (decimal): -10076378 or 2506598. OLE color: 2506598.
HSL color Cylindrical-coordinate representation of color #663F26: hue angle of 23.44º 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 #663F26 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 38 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.6 |
| HSL | 23.44º | 0.46% | 0.27% | - |
| HSV(B) | 23.44º | 0.63% | 0.4% | - |
| XYZ | 7.61 | 6.52 | 2.69 | - |
| YUV | 71.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 38 | 0 | 0.38 | 0.63 | 0.6 | 23.44 | 0.46 | 0.27 |
| Hex | 66 | 3F | 26 | 0 | 26 | 3F | 3C | 17 | 2E | 1B |
| Octal | 146 | 77 | 46 | 0 | 46 | 77 | 74 | 27 | 56 | 33 |
| Binary | 1100110 | 111111 | 100110 | 0 | 100110 | 111111 | 111100 | 10111 | 101110 | 11011 |
Color Harmonies of #663F26
Complementary color
Monochromatic Colors of #663F26
Black with #663F26
Text Example
Text Example
White with #663F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F26; }
p { color: rgb(102,63,38); }
H1.HeaderClassName
{
color: #663F26;
}
.AnyTagClassName
{
color: #663F26;
}
</style>
background-color css
<style>
a { background-color: #663F26; }
a { background-color: rgb(102,63,38); }
div.DivClassName
{
background-color: #663F26;
}
.BgClassName
{
background-color: #663F26;
}
</style>
border-color css
<style>
span { border-color: #663F26; }
span { border-color: rgb(102,63,38); }
td.TdClassName
{
border-color: #663F26;
}
.TagClassName
{
border-color: #663F26;
}
</style>