Shades of Dark Brown #663D15
Tints of Dark Brown #663D15
RGB
CMYK
RGB Variations
Color information
#663D15 (or 0x663D15) is known color: Dark Brown. HEX triplet: 66, 3D and 15. RGB value is (102,61,21). Sum of RGB (Red+Green+Blue) = 102+61+21=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #663D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663D15 is #99C2EA. Grayscale: #444444. Windows color (decimal): -10076907 or 1391974. OLE color: 1391974.
HSL color Cylindrical-coordinate representation of color #663D15: hue angle of 29.63º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #663D15 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 61 | 21 | - |
| CMYK | 0 | 0.40 | 0.79 | 0.6 |
| HSL | 29.63º | 0.66% | 0.24% | - |
| HSV(B) | 29.63º | 0.79% | 0.4% | - |
| XYZ | 7.28 | 6.22 | 1.53 | - |
| YUV | 68.7 | 101.08 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 21 | 0 | 0.40 | 0.79 | 0.6 | 29.63 | 0.66 | 0.24 |
| Hex | 66 | 3D | 15 | 0 | 28 | 4F | 3C | 1E | 42 | 18 |
| Octal | 146 | 75 | 25 | 0 | 50 | 117 | 74 | 36 | 102 | 30 |
| Binary | 1100110 | 111101 | 10101 | 0 | 101000 | 1001111 | 111100 | 11110 | 1000010 | 11000 |
Color Harmonies of #663D15
Complementary color
Monochromatic Colors of #663D15
Black with #663D15
Text Example
Text Example
White with #663D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D15; }
p { color: rgb(102,61,21); }
H1.HeaderClassName
{
color: #663D15;
}
.AnyTagClassName
{
color: #663D15;
}
</style>
background-color css
<style>
a { background-color: #663D15; }
a { background-color: rgb(102,61,21); }
div.DivClassName
{
background-color: #663D15;
}
.BgClassName
{
background-color: #663D15;
}
</style>
border-color css
<style>
span { border-color: #663D15; }
span { border-color: rgb(102,61,21); }
td.TdClassName
{
border-color: #663D15;
}
.TagClassName
{
border-color: #663D15;
}
</style>