Shades of Dark Brown #653F21
Tints of Dark Brown #653F21
RGB
CMYK
RGB Variations
Color information
#653F21 (or 0x653F21) is known color: Dark Brown. HEX triplet: 65, 3F and 21. RGB value is (101,63,33). Sum of RGB (Red+Green+Blue) = 101+63+33=197 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.27% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 101 - color contains mainly: red. Hex color #653F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653F21 is #9AC0DE. Grayscale: #474747. Windows color (decimal): -10141919 or 2178917. OLE color: 2178917.
HSL color Cylindrical-coordinate representation of color #653F21: hue angle of 26.47º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #653F21 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 63 | 33 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.60 |
| HSL | 26.47º | 0.51% | 0.26% | - |
| HSV(B) | 26.47º | 0.67% | 0.4% | - |
| XYZ | 7.42 | 6.43 | 2.29 | - |
| YUV | 70.94 | 106.59 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 33 | 0 | 0.38 | 0.67 | 0.60 | 26.47 | 0.51 | 0.26 |
| Hex | 65 | 3F | 21 | 0 | 26 | 43 | 3C | 1A | 33 | 1A |
| Octal | 145 | 77 | 41 | 0 | 46 | 103 | 74 | 32 | 63 | 32 |
| Binary | 1100101 | 111111 | 100001 | 0 | 100110 | 1000011 | 111100 | 11010 | 110011 | 11010 |
Color Harmonies of #653F21
Complementary color
Monochromatic Colors of #653F21
Black with #653F21
Text Example
Text Example
White with #653F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653F21; }
p { color: rgb(101,63,33); }
H1.HeaderClassName
{
color: #653F21;
}
.AnyTagClassName
{
color: #653F21;
}
</style>
background-color css
<style>
a { background-color: #653F21; }
a { background-color: rgb(101,63,33); }
div.DivClassName
{
background-color: #653F21;
}
.BgClassName
{
background-color: #653F21;
}
</style>
border-color css
<style>
span { border-color: #653F21; }
span { border-color: rgb(101,63,33); }
td.TdClassName
{
border-color: #653F21;
}
.TagClassName
{
border-color: #653F21;
}
</style>