Shades of Dark Brown #654022
Tints of Dark Brown #654022
RGB
CMYK
RGB Variations
Color information
#654022 (or 0x654022) is known color: Dark Brown. HEX triplet: 65, 40 and 22. RGB value is (101,64,34). Sum of RGB (Red+Green+Blue) = 101+64+34=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #654022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654022 is #9ABFDD. Grayscale: #474747. Windows color (decimal): -10141662 or 2244709. OLE color: 2244709.
HSL color Cylindrical-coordinate representation of color #654022: hue angle of 26.87º 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 #654022 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 64 | 34 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.60 |
| HSL | 26.87º | 0.5% | 0.26% | - |
| HSV(B) | 26.87º | 0.66% | 0.4% | - |
| XYZ | 7.49 | 6.55 | 2.38 | - |
| YUV | 71.64 | 106.76 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 64 | 34 | 0 | 0.37 | 0.66 | 0.60 | 26.87 | 0.5 | 0.26 |
| Hex | 65 | 40 | 22 | 0 | 25 | 42 | 3C | 1B | 32 | 1A |
| Octal | 145 | 100 | 42 | 0 | 45 | 102 | 74 | 33 | 62 | 32 |
| Binary | 1100101 | 1000000 | 100010 | 0 | 100101 | 1000010 | 111100 | 11011 | 110010 | 11010 |
Color Harmonies of #654022
Complementary color
Monochromatic Colors of #654022
Black with #654022
Text Example
Text Example
White with #654022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654022; }
p { color: rgb(101,64,34); }
H1.HeaderClassName
{
color: #654022;
}
.AnyTagClassName
{
color: #654022;
}
</style>
background-color css
<style>
a { background-color: #654022; }
a { background-color: rgb(101,64,34); }
div.DivClassName
{
background-color: #654022;
}
.BgClassName
{
background-color: #654022;
}
</style>
border-color css
<style>
span { border-color: #654022; }
span { border-color: rgb(101,64,34); }
td.TdClassName
{
border-color: #654022;
}
.TagClassName
{
border-color: #654022;
}
</style>