Shades of Dark Brown #663F20
Tints of Dark Brown #663F20
RGB
CMYK
RGB Variations
Color information
#663F20 (or 0x663F20) is known color: Dark Brown. HEX triplet: 66, 3F and 20. RGB value is (102,63,32). Sum of RGB (Red+Green+Blue) = 102+63+32=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #663F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F20 is #99C0DF. Grayscale: #474747. Windows color (decimal): -10076384 or 2113382. OLE color: 2113382.
HSL color Cylindrical-coordinate representation of color #663F20: hue angle of 26.57º 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 #663F20 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 32 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.6 |
| HSL | 26.57º | 0.52% | 0.26% | - |
| HSV(B) | 26.57º | 0.69% | 0.4% | - |
| XYZ | 7.52 | 6.48 | 2.22 | - |
| YUV | 71.13 | 105.92 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 32 | 0 | 0.38 | 0.69 | 0.6 | 26.57 | 0.52 | 0.26 |
| Hex | 66 | 3F | 20 | 0 | 26 | 45 | 3C | 1B | 34 | 1A |
| Octal | 146 | 77 | 40 | 0 | 46 | 105 | 74 | 33 | 64 | 32 |
| Binary | 1100110 | 111111 | 100000 | 0 | 100110 | 1000101 | 111100 | 11011 | 110100 | 11010 |
Color Harmonies of #663F20
Complementary color
Monochromatic Colors of #663F20
Black with #663F20
Text Example
Text Example
White with #663F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F20; }
p { color: rgb(102,63,32); }
H1.HeaderClassName
{
color: #663F20;
}
.AnyTagClassName
{
color: #663F20;
}
</style>
background-color css
<style>
a { background-color: #663F20; }
a { background-color: rgb(102,63,32); }
div.DivClassName
{
background-color: #663F20;
}
.BgClassName
{
background-color: #663F20;
}
</style>
border-color css
<style>
span { border-color: #663F20; }
span { border-color: rgb(102,63,32); }
td.TdClassName
{
border-color: #663F20;
}
.TagClassName
{
border-color: #663F20;
}
</style>