Shades of Dark Brown #654215
Tints of Dark Brown #654215
RGB
CMYK
RGB Variations
Color information
#654215 (or 0x654215) is known color: Dark Brown. HEX triplet: 65, 42 and 15. RGB value is (101,66,21). Sum of RGB (Red+Green+Blue) = 101+66+21=188 (24% of max value = 765). Red value is 101 (39.84% from 255 or 53.72% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 101 - color contains mainly: red. Hex color #654215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654215 is #9ABDEA. Grayscale: #474747. Windows color (decimal): -10141163 or 1393253. OLE color: 1393253.
HSL color Cylindrical-coordinate representation of color #654215: hue angle of 33.75º 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 #654215 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 66 | 21 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.60 |
| HSL | 33.75º | 0.66% | 0.24% | - |
| HSV(B) | 33.75º | 0.79% | 0.4% | - |
| XYZ | 7.45 | 6.72 | 1.61 | - |
| YUV | 71.34 | 99.6 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 66 | 21 | 0 | 0.35 | 0.79 | 0.60 | 33.75 | 0.66 | 0.24 |
| Hex | 65 | 42 | 15 | 0 | 23 | 4F | 3C | 22 | 42 | 18 |
| Octal | 145 | 102 | 25 | 0 | 43 | 117 | 74 | 42 | 102 | 30 |
| Binary | 1100101 | 1000010 | 10101 | 0 | 100011 | 1001111 | 111100 | 100010 | 1000010 | 11000 |
Color Harmonies of #654215
Complementary color
Monochromatic Colors of #654215
Black with #654215
Text Example
Text Example
White with #654215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654215; }
p { color: rgb(101,66,21); }
H1.HeaderClassName
{
color: #654215;
}
.AnyTagClassName
{
color: #654215;
}
</style>
background-color css
<style>
a { background-color: #654215; }
a { background-color: rgb(101,66,21); }
div.DivClassName
{
background-color: #654215;
}
.BgClassName
{
background-color: #654215;
}
</style>
border-color css
<style>
span { border-color: #654215; }
span { border-color: rgb(101,66,21); }
td.TdClassName
{
border-color: #654215;
}
.TagClassName
{
border-color: #654215;
}
</style>