Shades of Dark Brown #653D20
Tints of Dark Brown #653D20
RGB
CMYK
RGB Variations
Color information
#653D20 (or 0x653D20) is known color: Dark Brown. HEX triplet: 65, 3D and 20. RGB value is (101,61,32). Sum of RGB (Red+Green+Blue) = 101+61+32=194 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.06% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 101 - color contains mainly: red. Hex color #653D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653D20 is #9AC2DF. Grayscale: #454545. Windows color (decimal): -10142432 or 2112869. OLE color: 2112869.
HSL color Cylindrical-coordinate representation of color #653D20: hue angle of 25.22º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #653D20 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 61 | 32 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.60 |
| HSL | 25.22º | 0.52% | 0.26% | - |
| HSV(B) | 25.22º | 0.68% | 0.4% | - |
| XYZ | 7.3 | 6.21 | 2.18 | - |
| YUV | 69.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 32 | 0 | 0.40 | 0.68 | 0.60 | 25.22 | 0.52 | 0.26 |
| Hex | 65 | 3D | 20 | 0 | 28 | 44 | 3C | 19 | 34 | 1A |
| Octal | 145 | 75 | 40 | 0 | 50 | 104 | 74 | 31 | 64 | 32 |
| Binary | 1100101 | 111101 | 100000 | 0 | 101000 | 1000100 | 111100 | 11001 | 110100 | 11010 |
Color Harmonies of #653D20
Complementary color
Monochromatic Colors of #653D20
Black with #653D20
Text Example
Text Example
White with #653D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653D20; }
p { color: rgb(101,61,32); }
H1.HeaderClassName
{
color: #653D20;
}
.AnyTagClassName
{
color: #653D20;
}
</style>
background-color css
<style>
a { background-color: #653D20; }
a { background-color: rgb(101,61,32); }
div.DivClassName
{
background-color: #653D20;
}
.BgClassName
{
background-color: #653D20;
}
</style>
border-color css
<style>
span { border-color: #653D20; }
span { border-color: rgb(101,61,32); }
td.TdClassName
{
border-color: #653D20;
}
.TagClassName
{
border-color: #653D20;
}
</style>