Shades of Dark Brown #653B1E
Tints of Dark Brown #653B1E
RGB
CMYK
RGB Variations
Color information
#653B1E (or 0x653B1E) is known color: Dark Brown. HEX triplet: 65, 3B and 1E. RGB value is (101,59,30). Sum of RGB (Red+Green+Blue) = 101+59+30=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #653B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653B1E is #9AC4E1. Grayscale: #444444. Windows color (decimal): -10142946 or 1981285. OLE color: 1981285.
HSL color Cylindrical-coordinate representation of color #653B1E: hue angle of 24.51º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #653B1E is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 59 | 30 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.60 |
| HSL | 24.51º | 0.54% | 0.26% | - |
| HSV(B) | 24.51º | 0.7% | 0.4% | - |
| XYZ | 7.17 | 5.99 | 2.01 | - |
| YUV | 68.25 | 106.41 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 30 | 0 | 0.42 | 0.70 | 0.60 | 24.51 | 0.54 | 0.26 |
| Hex | 65 | 3B | 1E | 0 | 2A | 46 | 3C | 19 | 36 | 1A |
| Octal | 145 | 73 | 36 | 0 | 52 | 106 | 74 | 31 | 66 | 32 |
| Binary | 1100101 | 111011 | 11110 | 0 | 101010 | 1000110 | 111100 | 11001 | 110110 | 11010 |
Color Harmonies of #653B1E
Complementary color
Monochromatic Colors of #653B1E
Black with #653B1E
Text Example
Text Example
White with #653B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653B1E; }
p { color: rgb(101,59,30); }
H1.HeaderClassName
{
color: #653B1E;
}
.AnyTagClassName
{
color: #653B1E;
}
</style>
background-color css
<style>
a { background-color: #653B1E; }
a { background-color: rgb(101,59,30); }
div.DivClassName
{
background-color: #653B1E;
}
.BgClassName
{
background-color: #653B1E;
}
</style>
border-color css
<style>
span { border-color: #653B1E; }
span { border-color: rgb(101,59,30); }
td.TdClassName
{
border-color: #653B1E;
}
.TagClassName
{
border-color: #653B1E;
}
</style>