Html Css Color HEX #663D20 Semi-Sweet Chocolate
📋 copy color: '#663D20'red 102 ◦ green 61 ◦ blue 32
Shades of Semi-Sweet Chocolate #663D20
Tints of Semi-Sweet Chocolate #663D20
RGB
CMYK
RGB Variations
Color information
#663D20 (or 0x663D20) is known color: Semi-Sweet Chocolate. HEX triplet: 66, 3D and 20. RGB value is (102,61,32). Sum of RGB (Red+Green+Blue) = 102+61+32=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #663D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D20 is #99C2DF. Grayscale: #464646. Windows color (decimal): -10076896 or 2112870. OLE color: 2112870.
HSL color Cylindrical-coordinate representation of color #663D20: hue angle of 24.86º 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 #663D20 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 61 | 32 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.6 |
| HSL | 24.86º | 0.52% | 0.26% | - |
| HSV(B) | 24.86º | 0.69% | 0.4% | - |
| XYZ | 7.41 | 6.27 | 2.19 | - |
| YUV | 69.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 32 | 0 | 0.40 | 0.69 | 0.6 | 24.86 | 0.52 | 0.26 |
| Hex | 66 | 3D | 20 | 0 | 28 | 45 | 3C | 19 | 34 | 1A |
| Octal | 146 | 75 | 40 | 0 | 50 | 105 | 74 | 31 | 64 | 32 |
| Binary | 1100110 | 111101 | 100000 | 0 | 101000 | 1000101 | 111100 | 11001 | 110100 | 11010 |
Color Harmonies of #663D20
Complementary color
Monochromatic Colors of #663D20
Black with #663D20
Text Example
Text Example
White with #663D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D20; }
p { color: rgb(102,61,32); }
H1.HeaderClassName
{
color: #663D20;
}
.AnyTagClassName
{
color: #663D20;
}
</style>
background-color css
<style>
a { background-color: #663D20; }
a { background-color: rgb(102,61,32); }
div.DivClassName
{
background-color: #663D20;
}
.BgClassName
{
background-color: #663D20;
}
</style>
border-color css
<style>
span { border-color: #663D20; }
span { border-color: rgb(102,61,32); }
td.TdClassName
{
border-color: #663D20;
}
.TagClassName
{
border-color: #663D20;
}
</style>