Shades of Dark Brown #654622
Tints of Dark Brown #654622
RGB
CMYK
RGB Variations
Color information
#654622 (or 0x654622) is known color: Dark Brown. HEX triplet: 65, 46 and 22. RGB value is (101,70,34). Sum of RGB (Red+Green+Blue) = 101+70+34=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 101 - color contains mainly: red. Hex color #654622 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654622 is #9AB9DD. Grayscale: #4B4B4B. Windows color (decimal): -10140126 or 2246245. OLE color: 2246245.
HSL color Cylindrical-coordinate representation of color #654622: hue angle of 32.24º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #654622 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 70 | 34 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.60 |
| HSL | 32.24º | 0.5% | 0.26% | - |
| HSV(B) | 32.24º | 0.66% | 0.4% | - |
| XYZ | 7.85 | 7.26 | 2.5 | - |
| YUV | 75.17 | 104.77 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 70 | 34 | 0 | 0.31 | 0.66 | 0.60 | 32.24 | 0.5 | 0.26 |
| Hex | 65 | 46 | 22 | 0 | 1F | 42 | 3C | 20 | 32 | 1A |
| Octal | 145 | 106 | 42 | 0 | 37 | 102 | 74 | 40 | 62 | 32 |
| Binary | 1100101 | 1000110 | 100010 | 0 | 11111 | 1000010 | 111100 | 100000 | 110010 | 11010 |
Color Harmonies of #654622
Complementary color
Monochromatic Colors of #654622
Black with #654622
Text Example
Text Example
White with #654622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654622; }
p { color: rgb(101,70,34); }
H1.HeaderClassName
{
color: #654622;
}
.AnyTagClassName
{
color: #654622;
}
</style>
background-color css
<style>
a { background-color: #654622; }
a { background-color: rgb(101,70,34); }
div.DivClassName
{
background-color: #654622;
}
.BgClassName
{
background-color: #654622;
}
</style>
border-color css
<style>
span { border-color: #654622; }
span { border-color: rgb(101,70,34); }
td.TdClassName
{
border-color: #654622;
}
.TagClassName
{
border-color: #654622;
}
</style>