Shades of Dark Brown #663B1D
Tints of Dark Brown #663B1D
RGB
CMYK
RGB Variations
Color information
#663B1D (or 0x663B1D) is known color: Dark Brown. HEX triplet: 66, 3B and 1D. RGB value is (102,59,29). Sum of RGB (Red+Green+Blue) = 102+59+29=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #663B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663B1D is #99C4E2. Grayscale: #444444. Windows color (decimal): -10077411 or 1915750. OLE color: 1915750.
HSL color Cylindrical-coordinate representation of color #663B1D: hue angle of 24.66º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #663B1D is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 59 | 29 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.6 |
| HSL | 24.66º | 0.56% | 0.26% | - |
| HSV(B) | 24.66º | 0.72% | 0.4% | - |
| XYZ | 7.27 | 6.04 | 1.95 | - |
| YUV | 68.44 | 105.75 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 29 | 0 | 0.42 | 0.72 | 0.6 | 24.66 | 0.56 | 0.26 |
| Hex | 66 | 3B | 1D | 0 | 2A | 48 | 3C | 19 | 38 | 1A |
| Octal | 146 | 73 | 35 | 0 | 52 | 110 | 74 | 31 | 70 | 32 |
| Binary | 1100110 | 111011 | 11101 | 0 | 101010 | 1001000 | 111100 | 11001 | 111000 | 11010 |
Color Harmonies of #663B1D
Complementary color
Monochromatic Colors of #663B1D
Black with #663B1D
Text Example
Text Example
White with #663B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663B1D; }
p { color: rgb(102,59,29); }
H1.HeaderClassName
{
color: #663B1D;
}
.AnyTagClassName
{
color: #663B1D;
}
</style>
background-color css
<style>
a { background-color: #663B1D; }
a { background-color: rgb(102,59,29); }
div.DivClassName
{
background-color: #663B1D;
}
.BgClassName
{
background-color: #663B1D;
}
</style>
border-color css
<style>
span { border-color: #663B1D; }
span { border-color: rgb(102,59,29); }
td.TdClassName
{
border-color: #663B1D;
}
.TagClassName
{
border-color: #663B1D;
}
</style>