Shades of Dark Brown #653F18
Tints of Dark Brown #653F18
RGB
CMYK
RGB Variations
Color information
#653F18 (or 0x653F18) is known color: Dark Brown. HEX triplet: 65, 3F and 18. RGB value is (101,63,24). Sum of RGB (Red+Green+Blue) = 101+63+24=188 (24% of max value = 765). Red value is 101 (39.84% from 255 or 53.72% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 101 - color contains mainly: red. Hex color #653F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653F18 is #9AC0E7. Grayscale: #464646. Windows color (decimal): -10141928 or 1589093. OLE color: 1589093.
HSL color Cylindrical-coordinate representation of color #653F18: hue angle of 30.39º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #653F18 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 63 | 24 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.60 |
| HSL | 30.39º | 0.62% | 0.25% | - |
| HSV(B) | 30.39º | 0.76% | 0.4% | - |
| XYZ | 7.31 | 6.39 | 1.71 | - |
| YUV | 69.92 | 102.09 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 24 | 0 | 0.38 | 0.76 | 0.60 | 30.39 | 0.62 | 0.25 |
| Hex | 65 | 3F | 18 | 0 | 26 | 4C | 3C | 1E | 3E | 19 |
| Octal | 145 | 77 | 30 | 0 | 46 | 114 | 74 | 36 | 76 | 31 |
| Binary | 1100101 | 111111 | 11000 | 0 | 100110 | 1001100 | 111100 | 11110 | 111110 | 11001 |
Color Harmonies of #653F18
Complementary color
Monochromatic Colors of #653F18
Black with #653F18
Text Example
Text Example
White with #653F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653F18; }
p { color: rgb(101,63,24); }
H1.HeaderClassName
{
color: #653F18;
}
.AnyTagClassName
{
color: #653F18;
}
</style>
background-color css
<style>
a { background-color: #653F18; }
a { background-color: rgb(101,63,24); }
div.DivClassName
{
background-color: #653F18;
}
.BgClassName
{
background-color: #653F18;
}
</style>
border-color css
<style>
span { border-color: #653F18; }
span { border-color: rgb(101,63,24); }
td.TdClassName
{
border-color: #653F18;
}
.TagClassName
{
border-color: #653F18;
}
</style>