Html Css Color HEX #663D24 Semi-Sweet Chocolate
📋 copy color: '#663D24'red 102 ◦ green 61 ◦ blue 36
Shades of Semi-Sweet Chocolate #663D24
Tints of Semi-Sweet Chocolate #663D24
RGB
CMYK
RGB Variations
Color information
#663D24 (or 0x663D24) is known color: Semi-Sweet Chocolate. HEX triplet: 66, 3D and 24. RGB value is (102,61,36). Sum of RGB (Red+Green+Blue) = 102+61+36=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #663D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D24 is #99C2DB. Grayscale: #464646. Windows color (decimal): -10076892 or 2375014. OLE color: 2375014.
HSL color Cylindrical-coordinate representation of color #663D24: hue angle of 22.73º 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 #663D24 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 61 | 36 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.6 |
| HSL | 22.73º | 0.48% | 0.27% | - |
| HSV(B) | 22.73º | 0.65% | 0.4% | - |
| XYZ | 7.47 | 6.29 | 2.49 | - |
| YUV | 70.41 | 108.58 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 36 | 0 | 0.40 | 0.65 | 0.6 | 22.73 | 0.48 | 0.27 |
| Hex | 66 | 3D | 24 | 0 | 28 | 41 | 3C | 17 | 30 | 1B |
| Octal | 146 | 75 | 44 | 0 | 50 | 101 | 74 | 27 | 60 | 33 |
| Binary | 1100110 | 111101 | 100100 | 0 | 101000 | 1000001 | 111100 | 10111 | 110000 | 11011 |
Color Harmonies of #663D24
Complementary color
Monochromatic Colors of #663D24
Black with #663D24
Text Example
Text Example
White with #663D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D24; }
p { color: rgb(102,61,36); }
H1.HeaderClassName
{
color: #663D24;
}
.AnyTagClassName
{
color: #663D24;
}
</style>
background-color css
<style>
a { background-color: #663D24; }
a { background-color: rgb(102,61,36); }
div.DivClassName
{
background-color: #663D24;
}
.BgClassName
{
background-color: #663D24;
}
</style>
border-color css
<style>
span { border-color: #663D24; }
span { border-color: rgb(102,61,36); }
td.TdClassName
{
border-color: #663D24;
}
.TagClassName
{
border-color: #663D24;
}
</style>