Html Css Color HEX #663E27 Semi-Sweet Chocolate
📋 copy color: '#663E27'red 102 ◦ green 62 ◦ blue 39
Shades of Semi-Sweet Chocolate #663E27
Tints of Semi-Sweet Chocolate #663E27
RGB
CMYK
RGB Variations
Color information
#663E27 (or 0x663E27) is known color: Semi-Sweet Chocolate. HEX triplet: 66, 3E and 27. RGB value is (102,62,39). Sum of RGB (Red+Green+Blue) = 102+62+39=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #663E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663E27 is #99C1D8. Grayscale: #474747. Windows color (decimal): -10076633 or 2571878. OLE color: 2571878.
HSL color Cylindrical-coordinate representation of color #663E27: hue angle of 21.9º 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 #663E27 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 62 | 39 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.6 |
| HSL | 21.9º | 0.45% | 0.28% | - |
| HSV(B) | 21.9º | 0.62% | 0.4% | - |
| XYZ | 7.57 | 6.42 | 2.76 | - |
| YUV | 71.34 | 109.75 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 39 | 0 | 0.39 | 0.62 | 0.6 | 21.9 | 0.45 | 0.28 |
| Hex | 66 | 3E | 27 | 0 | 27 | 3E | 3C | 16 | 2D | 1C |
| Octal | 146 | 76 | 47 | 0 | 47 | 76 | 74 | 26 | 55 | 34 |
| Binary | 1100110 | 111110 | 100111 | 0 | 100111 | 111110 | 111100 | 10110 | 101101 | 11100 |
Color Harmonies of #663E27
Complementary color
Monochromatic Colors of #663E27
Black with #663E27
Text Example
Text Example
White with #663E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663E27; }
p { color: rgb(102,62,39); }
H1.HeaderClassName
{
color: #663E27;
}
.AnyTagClassName
{
color: #663E27;
}
</style>
background-color css
<style>
a { background-color: #663E27; }
a { background-color: rgb(102,62,39); }
div.DivClassName
{
background-color: #663E27;
}
.BgClassName
{
background-color: #663E27;
}
</style>
border-color css
<style>
span { border-color: #663E27; }
span { border-color: rgb(102,62,39); }
td.TdClassName
{
border-color: #663E27;
}
.TagClassName
{
border-color: #663E27;
}
</style>