Shades of Dark Brown #654124
Tints of Dark Brown #654124
RGB
CMYK
RGB Variations
Color information
#654124 (or 0x654124) is known color: Dark Brown. HEX triplet: 65, 41 and 24. RGB value is (101,65,36). Sum of RGB (Red+Green+Blue) = 101+65+36=202 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 101 - color contains mainly: red. Hex color #654124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654124 is #9ABEDB. Grayscale: #484848. Windows color (decimal): -10141404 or 2376037. OLE color: 2376037.
HSL color Cylindrical-coordinate representation of color #654124: hue angle of 26.77º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #654124 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 65 | 36 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.60 |
| HSL | 26.77º | 0.47% | 0.27% | - |
| HSV(B) | 26.77º | 0.64% | 0.4% | - |
| XYZ | 7.58 | 6.67 | 2.56 | - |
| YUV | 72.46 | 107.43 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 65 | 36 | 0 | 0.36 | 0.64 | 0.60 | 26.77 | 0.47 | 0.27 |
| Hex | 65 | 41 | 24 | 0 | 24 | 40 | 3C | 1B | 2F | 1B |
| Octal | 145 | 101 | 44 | 0 | 44 | 100 | 74 | 33 | 57 | 33 |
| Binary | 1100101 | 1000001 | 100100 | 0 | 100100 | 1000000 | 111100 | 11011 | 101111 | 11011 |
Color Harmonies of #654124
Complementary color
Monochromatic Colors of #654124
Black with #654124
Text Example
Text Example
White with #654124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654124; }
p { color: rgb(101,65,36); }
H1.HeaderClassName
{
color: #654124;
}
.AnyTagClassName
{
color: #654124;
}
</style>
background-color css
<style>
a { background-color: #654124; }
a { background-color: rgb(101,65,36); }
div.DivClassName
{
background-color: #654124;
}
.BgClassName
{
background-color: #654124;
}
</style>
border-color css
<style>
span { border-color: #654124; }
span { border-color: rgb(101,65,36); }
td.TdClassName
{
border-color: #654124;
}
.TagClassName
{
border-color: #654124;
}
</style>