Shades of Dark Brown #654B22
Tints of Dark Brown #654B22
RGB
CMYK
RGB Variations
Color information
#654B22 (or 0x654B22) is known color: Dark Brown. HEX triplet: 65, 4B and 22. RGB value is (101,75,34). Sum of RGB (Red+Green+Blue) = 101+75+34=210 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.10% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 101 - color contains mainly: red. Hex color #654B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654B22 is #9AB4DD. Grayscale: #4E4E4E. Windows color (decimal): -10138846 or 2247525. OLE color: 2247525.
HSL color Cylindrical-coordinate representation of color #654B22: hue angle of 36.72º 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 #654B22 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 75 | 34 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.60 |
| HSL | 36.72º | 0.5% | 0.26% | - |
| HSV(B) | 36.72º | 0.66% | 0.4% | - |
| XYZ | 8.17 | 7.91 | 2.61 | - |
| YUV | 78.1 | 103.11 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 34 | 0 | 0.26 | 0.66 | 0.60 | 36.72 | 0.5 | 0.26 |
| Hex | 65 | 4B | 22 | 0 | 1A | 42 | 3C | 25 | 32 | 1A |
| Octal | 145 | 113 | 42 | 0 | 32 | 102 | 74 | 45 | 62 | 32 |
| Binary | 1100101 | 1001011 | 100010 | 0 | 11010 | 1000010 | 111100 | 100101 | 110010 | 11010 |
Color Harmonies of #654B22
Complementary color
Monochromatic Colors of #654B22
Black with #654B22
Text Example
Text Example
White with #654B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654B22; }
p { color: rgb(101,75,34); }
H1.HeaderClassName
{
color: #654B22;
}
.AnyTagClassName
{
color: #654B22;
}
</style>
background-color css
<style>
a { background-color: #654B22; }
a { background-color: rgb(101,75,34); }
div.DivClassName
{
background-color: #654B22;
}
.BgClassName
{
background-color: #654B22;
}
</style>
border-color css
<style>
span { border-color: #654B22; }
span { border-color: rgb(101,75,34); }
td.TdClassName
{
border-color: #654B22;
}
.TagClassName
{
border-color: #654B22;
}
</style>