Shades of Dark Brown #653B19
Tints of Dark Brown #653B19
RGB
CMYK
RGB Variations
Color information
#653B19 (or 0x653B19) is known color: Dark Brown. HEX triplet: 65, 3B and 19. RGB value is (101,59,25). Sum of RGB (Red+Green+Blue) = 101+59+25=185 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.59% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 101 - color contains mainly: red. Hex color #653B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653B19 is #9AC4E6. Grayscale: #434343. Windows color (decimal): -10142951 or 1653605. OLE color: 1653605.
HSL color Cylindrical-coordinate representation of color #653B19: hue angle of 26.84º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #653B19 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 59 | 25 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.60 |
| HSL | 26.84º | 0.6% | 0.25% | - |
| HSV(B) | 26.84º | 0.75% | 0.4% | - |
| XYZ | 7.11 | 5.96 | 1.7 | - |
| YUV | 67.68 | 103.91 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 25 | 0 | 0.42 | 0.75 | 0.60 | 26.84 | 0.6 | 0.25 |
| Hex | 65 | 3B | 19 | 0 | 2A | 4B | 3C | 1B | 3C | 19 |
| Octal | 145 | 73 | 31 | 0 | 52 | 113 | 74 | 33 | 74 | 31 |
| Binary | 1100101 | 111011 | 11001 | 0 | 101010 | 1001011 | 111100 | 11011 | 111100 | 11001 |
Color Harmonies of #653B19
Complementary color
Monochromatic Colors of #653B19
Black with #653B19
Text Example
Text Example
White with #653B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653B19; }
p { color: rgb(101,59,25); }
H1.HeaderClassName
{
color: #653B19;
}
.AnyTagClassName
{
color: #653B19;
}
</style>
background-color css
<style>
a { background-color: #653B19; }
a { background-color: rgb(101,59,25); }
div.DivClassName
{
background-color: #653B19;
}
.BgClassName
{
background-color: #653B19;
}
</style>
border-color css
<style>
span { border-color: #653B19; }
span { border-color: rgb(101,59,25); }
td.TdClassName
{
border-color: #653B19;
}
.TagClassName
{
border-color: #653B19;
}
</style>