Shades of Dark Brown #653F1B
Tints of Dark Brown #653F1B
RGB
CMYK
RGB Variations
Color information
#653F1B (or 0x653F1B) is known color: Dark Brown. HEX triplet: 65, 3F and 1B. RGB value is (101,63,27). Sum of RGB (Red+Green+Blue) = 101+63+27=191 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.88% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 101 - color contains mainly: red. Hex color #653F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653F1B is #9AC0E4. Grayscale: #464646. Windows color (decimal): -10141925 or 1785701. OLE color: 1785701.
HSL color Cylindrical-coordinate representation of color #653F1B: hue angle of 29.19º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #653F1B is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 63 | 27 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.60 |
| HSL | 29.19º | 0.58% | 0.25% | - |
| HSV(B) | 29.19º | 0.73% | 0.4% | - |
| XYZ | 7.34 | 6.4 | 1.89 | - |
| YUV | 70.26 | 103.59 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 27 | 0 | 0.38 | 0.73 | 0.60 | 29.19 | 0.58 | 0.25 |
| Hex | 65 | 3F | 1B | 0 | 26 | 49 | 3C | 1D | 3A | 19 |
| Octal | 145 | 77 | 33 | 0 | 46 | 111 | 74 | 35 | 72 | 31 |
| Binary | 1100101 | 111111 | 11011 | 0 | 100110 | 1001001 | 111100 | 11101 | 111010 | 11001 |
Color Harmonies of #653F1B
Complementary color
Monochromatic Colors of #653F1B
Black with #653F1B
Text Example
Text Example
White with #653F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653F1B; }
p { color: rgb(101,63,27); }
H1.HeaderClassName
{
color: #653F1B;
}
.AnyTagClassName
{
color: #653F1B;
}
</style>
background-color css
<style>
a { background-color: #653F1B; }
a { background-color: rgb(101,63,27); }
div.DivClassName
{
background-color: #653F1B;
}
.BgClassName
{
background-color: #653F1B;
}
</style>
border-color css
<style>
span { border-color: #653F1B; }
span { border-color: rgb(101,63,27); }
td.TdClassName
{
border-color: #653F1B;
}
.TagClassName
{
border-color: #653F1B;
}
</style>