Shades of Dark Brown #654116
Tints of Dark Brown #654116
RGB
CMYK
RGB Variations
Color information
#654116 (or 0x654116) is known color: Dark Brown. HEX triplet: 65, 41 and 16. RGB value is (101,65,22). Sum of RGB (Red+Green+Blue) = 101+65+22=188 (24% of max value = 765). Red value is 101 (39.84% from 255 or 53.72% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 101 - color contains mainly: red. Hex color #654116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654116 is #9ABEE9. Grayscale: #474747. Windows color (decimal): -10141418 or 1458533. OLE color: 1458533.
HSL color Cylindrical-coordinate representation of color #654116: hue angle of 32.66º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #654116 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 65 | 22 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.60 |
| HSL | 32.66º | 0.64% | 0.24% | - |
| HSV(B) | 32.66º | 0.78% | 0.4% | - |
| XYZ | 7.4 | 6.61 | 1.64 | - |
| YUV | 70.86 | 100.43 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 65 | 22 | 0 | 0.36 | 0.78 | 0.60 | 32.66 | 0.64 | 0.24 |
| Hex | 65 | 41 | 16 | 0 | 24 | 4E | 3C | 21 | 40 | 18 |
| Octal | 145 | 101 | 26 | 0 | 44 | 116 | 74 | 41 | 100 | 30 |
| Binary | 1100101 | 1000001 | 10110 | 0 | 100100 | 1001110 | 111100 | 100001 | 1000000 | 11000 |
Color Harmonies of #654116
Complementary color
Monochromatic Colors of #654116
Black with #654116
Text Example
Text Example
White with #654116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654116; }
p { color: rgb(101,65,22); }
H1.HeaderClassName
{
color: #654116;
}
.AnyTagClassName
{
color: #654116;
}
</style>
background-color css
<style>
a { background-color: #654116; }
a { background-color: rgb(101,65,22); }
div.DivClassName
{
background-color: #654116;
}
.BgClassName
{
background-color: #654116;
}
</style>
border-color css
<style>
span { border-color: #654116; }
span { border-color: rgb(101,65,22); }
td.TdClassName
{
border-color: #654116;
}
.TagClassName
{
border-color: #654116;
}
</style>