Shades of Dark Brown #653C18
Tints of Dark Brown #653C18
RGB
CMYK
RGB Variations
Color information
#653C18 (or 0x653C18) is known color: Dark Brown. HEX triplet: 65, 3C and 18. RGB value is (101,60,24). Sum of RGB (Red+Green+Blue) = 101+60+24=185 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.59% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 101 - color contains mainly: red. Hex color #653C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653C18 is #9AC3E7. Grayscale: #444444. Windows color (decimal): -10142696 or 1588325. OLE color: 1588325.
HSL color Cylindrical-coordinate representation of color #653C18: hue angle of 28.05º 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 #653C18 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 60 | 24 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.60 |
| HSL | 28.05º | 0.62% | 0.25% | - |
| HSV(B) | 28.05º | 0.76% | 0.4% | - |
| XYZ | 7.15 | 6.06 | 1.66 | - |
| YUV | 68.16 | 103.08 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 24 | 0 | 0.41 | 0.76 | 0.60 | 28.05 | 0.62 | 0.25 |
| Hex | 65 | 3C | 18 | 0 | 29 | 4C | 3C | 1C | 3E | 19 |
| Octal | 145 | 74 | 30 | 0 | 51 | 114 | 74 | 34 | 76 | 31 |
| Binary | 1100101 | 111100 | 11000 | 0 | 101001 | 1001100 | 111100 | 11100 | 111110 | 11001 |
Color Harmonies of #653C18
Complementary color
Monochromatic Colors of #653C18
Black with #653C18
Text Example
Text Example
White with #653C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653C18; }
p { color: rgb(101,60,24); }
H1.HeaderClassName
{
color: #653C18;
}
.AnyTagClassName
{
color: #653C18;
}
</style>
background-color css
<style>
a { background-color: #653C18; }
a { background-color: rgb(101,60,24); }
div.DivClassName
{
background-color: #653C18;
}
.BgClassName
{
background-color: #653C18;
}
</style>
border-color css
<style>
span { border-color: #653C18; }
span { border-color: rgb(101,60,24); }
td.TdClassName
{
border-color: #653C18;
}
.TagClassName
{
border-color: #653C18;
}
</style>