Shades of Dark Brown #653C14
Tints of Dark Brown #653C14
RGB
CMYK
RGB Variations
Color information
#653C14 (or 0x653C14) is known color: Dark Brown. HEX triplet: 65, 3C and 14. RGB value is (101,60,20). Sum of RGB (Red+Green+Blue) = 101+60+20=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #653C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653C14 is #9AC3EB. Grayscale: #434343. Windows color (decimal): -10142700 or 1326181. OLE color: 1326181.
HSL color Cylindrical-coordinate representation of color #653C14: hue angle of 29.63º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #653C14 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 60 | 20 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.60 |
| HSL | 29.63º | 0.67% | 0.24% | - |
| HSV(B) | 29.63º | 0.8% | 0.4% | - |
| XYZ | 7.11 | 6.05 | 1.45 | - |
| YUV | 67.7 | 101.08 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 20 | 0 | 0.41 | 0.80 | 0.60 | 29.63 | 0.67 | 0.24 |
| Hex | 65 | 3C | 14 | 0 | 29 | 50 | 3C | 1E | 43 | 18 |
| Octal | 145 | 74 | 24 | 0 | 51 | 120 | 74 | 36 | 103 | 30 |
| Binary | 1100101 | 111100 | 10100 | 0 | 101001 | 1010000 | 111100 | 11110 | 1000011 | 11000 |
Color Harmonies of #653C14
Complementary color
Monochromatic Colors of #653C14
Black with #653C14
Text Example
Text Example
White with #653C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653C14; }
p { color: rgb(101,60,20); }
H1.HeaderClassName
{
color: #653C14;
}
.AnyTagClassName
{
color: #653C14;
}
</style>
background-color css
<style>
a { background-color: #653C14; }
a { background-color: rgb(101,60,20); }
div.DivClassName
{
background-color: #653C14;
}
.BgClassName
{
background-color: #653C14;
}
</style>
border-color css
<style>
span { border-color: #653C14; }
span { border-color: rgb(101,60,20); }
td.TdClassName
{
border-color: #653C14;
}
.TagClassName
{
border-color: #653C14;
}
</style>