Shades of Dark Brown #663B1B
Tints of Dark Brown #663B1B
RGB
CMYK
RGB Variations
Color information
#663B1B (or 0x663B1B) is known color: Dark Brown. HEX triplet: 66, 3B and 1B. RGB value is (102,59,27). Sum of RGB (Red+Green+Blue) = 102+59+27=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #663B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663B1B is #99C4E4. Grayscale: #444444. Windows color (decimal): -10077413 or 1784678. OLE color: 1784678.
HSL color Cylindrical-coordinate representation of color #663B1B: hue angle of 25.6º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #663B1B is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 59 | 27 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.6 |
| HSL | 25.6º | 0.58% | 0.25% | - |
| HSV(B) | 25.6º | 0.74% | 0.4% | - |
| XYZ | 7.24 | 6.03 | 1.82 | - |
| YUV | 68.21 | 104.75 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 27 | 0 | 0.42 | 0.74 | 0.6 | 25.6 | 0.58 | 0.25 |
| Hex | 66 | 3B | 1B | 0 | 2A | 4A | 3C | 1A | 3A | 19 |
| Octal | 146 | 73 | 33 | 0 | 52 | 112 | 74 | 32 | 72 | 31 |
| Binary | 1100110 | 111011 | 11011 | 0 | 101010 | 1001010 | 111100 | 11010 | 111010 | 11001 |
Color Harmonies of #663B1B
Complementary color
Monochromatic Colors of #663B1B
Black with #663B1B
Text Example
Text Example
White with #663B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663B1B; }
p { color: rgb(102,59,27); }
H1.HeaderClassName
{
color: #663B1B;
}
.AnyTagClassName
{
color: #663B1B;
}
</style>
background-color css
<style>
a { background-color: #663B1B; }
a { background-color: rgb(102,59,27); }
div.DivClassName
{
background-color: #663B1B;
}
.BgClassName
{
background-color: #663B1B;
}
</style>
border-color css
<style>
span { border-color: #663B1B; }
span { border-color: rgb(102,59,27); }
td.TdClassName
{
border-color: #663B1B;
}
.TagClassName
{
border-color: #663B1B;
}
</style>