Shades of Dark Brown #654115
Tints of Dark Brown #654115
RGB
CMYK
RGB Variations
Color information
#654115 (or 0x654115) is known color: Dark Brown. HEX triplet: 65, 41 and 15. RGB value is (101,65,21). Sum of RGB (Red+Green+Blue) = 101+65+21=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #654115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654115 is #9ABEEA. Grayscale: #464646. Windows color (decimal): -10141419 or 1392997. OLE color: 1392997.
HSL color Cylindrical-coordinate representation of color #654115: hue angle of 33º 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 #654115 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 65 | 21 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.60 |
| HSL | 33º | 0.66% | 0.24% | - |
| HSV(B) | 33º | 0.79% | 0.4% | - |
| XYZ | 7.39 | 6.6 | 1.59 | - |
| YUV | 70.75 | 99.93 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 65 | 21 | 0 | 0.36 | 0.79 | 0.60 | 33 | 0.66 | 0.24 |
| Hex | 65 | 41 | 15 | 0 | 24 | 4F | 3C | 21 | 42 | 18 |
| Octal | 145 | 101 | 25 | 0 | 44 | 117 | 74 | 41 | 102 | 30 |
| Binary | 1100101 | 1000001 | 10101 | 0 | 100100 | 1001111 | 111100 | 100001 | 1000010 | 11000 |
Color Harmonies of #654115
Complementary color
Monochromatic Colors of #654115
Black with #654115
Text Example
Text Example
White with #654115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654115; }
p { color: rgb(101,65,21); }
H1.HeaderClassName
{
color: #654115;
}
.AnyTagClassName
{
color: #654115;
}
</style>
background-color css
<style>
a { background-color: #654115; }
a { background-color: rgb(101,65,21); }
div.DivClassName
{
background-color: #654115;
}
.BgClassName
{
background-color: #654115;
}
</style>
border-color css
<style>
span { border-color: #654115; }
span { border-color: rgb(101,65,21); }
td.TdClassName
{
border-color: #654115;
}
.TagClassName
{
border-color: #654115;
}
</style>