Html Css Color HEX #663C20 Semi-Sweet Chocolate
📋 copy color: '#663C20'red 102 ◦ green 60 ◦ blue 32
Shades of Semi-Sweet Chocolate #663C20
Tints of Semi-Sweet Chocolate #663C20
RGB
CMYK
RGB Variations
Color information
#663C20 (or 0x663C20) is known color: Semi-Sweet Chocolate. HEX triplet: 66, 3C and 20. RGB value is (102,60,32). Sum of RGB (Red+Green+Blue) = 102+60+32=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #663C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663C20 is #99C3DF. Grayscale: #454545. Windows color (decimal): -10077152 or 2112614. OLE color: 2112614.
HSL color Cylindrical-coordinate representation of color #663C20: hue angle of 24º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #663C20 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 60 | 32 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.6 |
| HSL | 24º | 0.52% | 0.26% | - |
| HSV(B) | 24º | 0.69% | 0.4% | - |
| XYZ | 7.36 | 6.16 | 2.17 | - |
| YUV | 69.37 | 106.91 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 32 | 0 | 0.41 | 0.69 | 0.6 | 24 | 0.52 | 0.26 |
| Hex | 66 | 3C | 20 | 0 | 29 | 45 | 3C | 18 | 34 | 1A |
| Octal | 146 | 74 | 40 | 0 | 51 | 105 | 74 | 30 | 64 | 32 |
| Binary | 1100110 | 111100 | 100000 | 0 | 101001 | 1000101 | 111100 | 11000 | 110100 | 11010 |
Color Harmonies of #663C20
Complementary color
Monochromatic Colors of #663C20
Black with #663C20
Text Example
Text Example
White with #663C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663C20; }
p { color: rgb(102,60,32); }
H1.HeaderClassName
{
color: #663C20;
}
.AnyTagClassName
{
color: #663C20;
}
</style>
background-color css
<style>
a { background-color: #663C20; }
a { background-color: rgb(102,60,32); }
div.DivClassName
{
background-color: #663C20;
}
.BgClassName
{
background-color: #663C20;
}
</style>
border-color css
<style>
span { border-color: #663C20; }
span { border-color: rgb(102,60,32); }
td.TdClassName
{
border-color: #663C20;
}
.TagClassName
{
border-color: #663C20;
}
</style>