Shades of Dark Brown #654015
Tints of Dark Brown #654015
RGB
CMYK
RGB Variations
Color information
#654015 (or 0x654015) is known color: Dark Brown. HEX triplet: 65, 40 and 15. RGB value is (101,64,21). Sum of RGB (Red+Green+Blue) = 101+64+21=186 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.30% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 101 - color contains mainly: red. Hex color #654015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654015 is #9ABFEA. Grayscale: #464646. Windows color (decimal): -10141675 or 1392741. OLE color: 1392741.
HSL color Cylindrical-coordinate representation of color #654015: hue angle of 32.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #654015 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 64 | 21 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.60 |
| HSL | 32.25º | 0.66% | 0.24% | - |
| HSV(B) | 32.25º | 0.79% | 0.4% | - |
| XYZ | 7.34 | 6.49 | 1.58 | - |
| YUV | 70.16 | 100.26 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 64 | 21 | 0 | 0.37 | 0.79 | 0.60 | 32.25 | 0.66 | 0.24 |
| Hex | 65 | 40 | 15 | 0 | 25 | 4F | 3C | 20 | 42 | 18 |
| Octal | 145 | 100 | 25 | 0 | 45 | 117 | 74 | 40 | 102 | 30 |
| Binary | 1100101 | 1000000 | 10101 | 0 | 100101 | 1001111 | 111100 | 100000 | 1000010 | 11000 |
Color Harmonies of #654015
Complementary color
Monochromatic Colors of #654015
Black with #654015
Text Example
Text Example
White with #654015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654015; }
p { color: rgb(101,64,21); }
H1.HeaderClassName
{
color: #654015;
}
.AnyTagClassName
{
color: #654015;
}
</style>
background-color css
<style>
a { background-color: #654015; }
a { background-color: rgb(101,64,21); }
div.DivClassName
{
background-color: #654015;
}
.BgClassName
{
background-color: #654015;
}
</style>
border-color css
<style>
span { border-color: #654015; }
span { border-color: rgb(101,64,21); }
td.TdClassName
{
border-color: #654015;
}
.TagClassName
{
border-color: #654015;
}
</style>