Shades of Dark Brown #654221
Tints of Dark Brown #654221
RGB
CMYK
RGB Variations
Color information
#654221 (or 0x654221) is known color: Dark Brown. HEX triplet: 65, 42 and 21. RGB value is (101,66,33). Sum of RGB (Red+Green+Blue) = 101+66+33=200 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 101 - color contains mainly: red. Hex color #654221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654221 is #9ABDDE. Grayscale: #484848. Windows color (decimal): -10141151 or 2179685. OLE color: 2179685.
HSL color Cylindrical-coordinate representation of color #654221: hue angle of 29.12º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #654221 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 66 | 33 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.60 |
| HSL | 29.12º | 0.51% | 0.26% | - |
| HSV(B) | 29.12º | 0.67% | 0.4% | - |
| XYZ | 7.59 | 6.77 | 2.35 | - |
| YUV | 72.7 | 105.6 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 66 | 33 | 0 | 0.35 | 0.67 | 0.60 | 29.12 | 0.51 | 0.26 |
| Hex | 65 | 42 | 21 | 0 | 23 | 43 | 3C | 1D | 33 | 1A |
| Octal | 145 | 102 | 41 | 0 | 43 | 103 | 74 | 35 | 63 | 32 |
| Binary | 1100101 | 1000010 | 100001 | 0 | 100011 | 1000011 | 111100 | 11101 | 110011 | 11010 |
Color Harmonies of #654221
Complementary color
Monochromatic Colors of #654221
Black with #654221
Text Example
Text Example
White with #654221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654221; }
p { color: rgb(101,66,33); }
H1.HeaderClassName
{
color: #654221;
}
.AnyTagClassName
{
color: #654221;
}
</style>
background-color css
<style>
a { background-color: #654221; }
a { background-color: rgb(101,66,33); }
div.DivClassName
{
background-color: #654221;
}
.BgClassName
{
background-color: #654221;
}
</style>
border-color css
<style>
span { border-color: #654221; }
span { border-color: rgb(101,66,33); }
td.TdClassName
{
border-color: #654221;
}
.TagClassName
{
border-color: #654221;
}
</style>