Html Css Color HEX #663F27 Semi-Sweet Chocolate
📋 copy color: '#663F27'red 102 ◦ green 63 ◦ blue 39
Shades of Semi-Sweet Chocolate #663F27
Tints of Semi-Sweet Chocolate #663F27
RGB
CMYK
RGB Variations
Color information
#663F27 (or 0x663F27) is known color: Semi-Sweet Chocolate. HEX triplet: 66, 3F and 27. RGB value is (102,63,39). Sum of RGB (Red+Green+Blue) = 102+63+39=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #663F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F27 is #99C0D8. Grayscale: #484848. Windows color (decimal): -10076377 or 2572134. OLE color: 2572134.
HSL color Cylindrical-coordinate representation of color #663F27: hue angle of 22.86º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #663F27 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 39 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.6 |
| HSL | 22.86º | 0.45% | 0.28% | - |
| HSV(B) | 22.86º | 0.62% | 0.4% | - |
| XYZ | 7.62 | 6.53 | 2.78 | - |
| YUV | 71.93 | 109.42 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 39 | 0 | 0.38 | 0.62 | 0.6 | 22.86 | 0.45 | 0.28 |
| Hex | 66 | 3F | 27 | 0 | 26 | 3E | 3C | 17 | 2D | 1C |
| Octal | 146 | 77 | 47 | 0 | 46 | 76 | 74 | 27 | 55 | 34 |
| Binary | 1100110 | 111111 | 100111 | 0 | 100110 | 111110 | 111100 | 10111 | 101101 | 11100 |
Color Harmonies of #663F27
Complementary color
Monochromatic Colors of #663F27
Black with #663F27
Text Example
Text Example
White with #663F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F27; }
p { color: rgb(102,63,39); }
H1.HeaderClassName
{
color: #663F27;
}
.AnyTagClassName
{
color: #663F27;
}
</style>
background-color css
<style>
a { background-color: #663F27; }
a { background-color: rgb(102,63,39); }
div.DivClassName
{
background-color: #663F27;
}
.BgClassName
{
background-color: #663F27;
}
</style>
border-color css
<style>
span { border-color: #663F27; }
span { border-color: rgb(102,63,39); }
td.TdClassName
{
border-color: #663F27;
}
.TagClassName
{
border-color: #663F27;
}
</style>