Shades of Dark Brown #654A20
Tints of Dark Brown #654A20
RGB
CMYK
RGB Variations
Color information
#654A20 (or 0x654A20) is known color: Dark Brown. HEX triplet: 65, 4A and 20. RGB value is (101,74,32). Sum of RGB (Red+Green+Blue) = 101+74+32=207 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.79% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 101 - color contains mainly: red. Hex color #654A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654A20 is #9AB5DF. Grayscale: #4D4D4D. Windows color (decimal): -10139104 or 2116197. OLE color: 2116197.
HSL color Cylindrical-coordinate representation of color #654A20: hue angle of 36.52º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #654A20 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 74 | 32 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.60 |
| HSL | 36.52º | 0.52% | 0.26% | - |
| HSV(B) | 36.52º | 0.68% | 0.4% | - |
| XYZ | 8.08 | 7.77 | 2.44 | - |
| YUV | 77.29 | 102.45 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 32 | 0 | 0.27 | 0.68 | 0.60 | 36.52 | 0.52 | 0.26 |
| Hex | 65 | 4A | 20 | 0 | 1B | 44 | 3C | 25 | 34 | 1A |
| Octal | 145 | 112 | 40 | 0 | 33 | 104 | 74 | 45 | 64 | 32 |
| Binary | 1100101 | 1001010 | 100000 | 0 | 11011 | 1000100 | 111100 | 100101 | 110100 | 11010 |
Color Harmonies of #654A20
Complementary color
Monochromatic Colors of #654A20
Black with #654A20
Text Example
Text Example
White with #654A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654A20; }
p { color: rgb(101,74,32); }
H1.HeaderClassName
{
color: #654A20;
}
.AnyTagClassName
{
color: #654A20;
}
</style>
background-color css
<style>
a { background-color: #654A20; }
a { background-color: rgb(101,74,32); }
div.DivClassName
{
background-color: #654A20;
}
.BgClassName
{
background-color: #654A20;
}
</style>
border-color css
<style>
span { border-color: #654A20; }
span { border-color: rgb(101,74,32); }
td.TdClassName
{
border-color: #654A20;
}
.TagClassName
{
border-color: #654A20;
}
</style>