Shades of Dark Brown #653D19
Tints of Dark Brown #653D19
RGB
CMYK
RGB Variations
Color information
#653D19 (or 0x653D19) is known color: Dark Brown. HEX triplet: 65, 3D and 19. RGB value is (101,61,25). Sum of RGB (Red+Green+Blue) = 101+61+25=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #653D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653D19 is #9AC2E6. Grayscale: #454545. Windows color (decimal): -10142439 or 1654117. OLE color: 1654117.
HSL color Cylindrical-coordinate representation of color #653D19: hue angle of 28.42º 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 #653D19 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 61 | 25 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.60 |
| HSL | 28.42º | 0.6% | 0.25% | - |
| HSV(B) | 28.42º | 0.75% | 0.4% | - |
| XYZ | 7.21 | 6.17 | 1.73 | - |
| YUV | 68.86 | 103.25 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 25 | 0 | 0.40 | 0.75 | 0.60 | 28.42 | 0.6 | 0.25 |
| Hex | 65 | 3D | 19 | 0 | 28 | 4B | 3C | 1C | 3C | 19 |
| Octal | 145 | 75 | 31 | 0 | 50 | 113 | 74 | 34 | 74 | 31 |
| Binary | 1100101 | 111101 | 11001 | 0 | 101000 | 1001011 | 111100 | 11100 | 111100 | 11001 |
Color Harmonies of #653D19
Complementary color
Monochromatic Colors of #653D19
Black with #653D19
Text Example
Text Example
White with #653D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653D19; }
p { color: rgb(101,61,25); }
H1.HeaderClassName
{
color: #653D19;
}
.AnyTagClassName
{
color: #653D19;
}
</style>
background-color css
<style>
a { background-color: #653D19; }
a { background-color: rgb(101,61,25); }
div.DivClassName
{
background-color: #653D19;
}
.BgClassName
{
background-color: #653D19;
}
</style>
border-color css
<style>
span { border-color: #653D19; }
span { border-color: rgb(101,61,25); }
td.TdClassName
{
border-color: #653D19;
}
.TagClassName
{
border-color: #653D19;
}
</style>