Shades of Dark Brown #654B21
Tints of Dark Brown #654B21
RGB
CMYK
RGB Variations
Color information
#654B21 (or 0x654B21) is known color: Dark Brown. HEX triplet: 65, 4B and 21. RGB value is (101,75,33). Sum of RGB (Red+Green+Blue) = 101+75+33=209 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.33% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 101 - color contains mainly: red. Hex color #654B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654B21 is #9AB4DE. Grayscale: #4E4E4E. Windows color (decimal): -10138847 or 2181989. OLE color: 2181989.
HSL color Cylindrical-coordinate representation of color #654B21: hue angle of 37.06º 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 #654B21 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 75 | 33 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.60 |
| HSL | 37.06º | 0.51% | 0.26% | - |
| HSV(B) | 37.06º | 0.67% | 0.4% | - |
| XYZ | 8.16 | 7.91 | 2.54 | - |
| YUV | 77.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 33 | 0 | 0.26 | 0.67 | 0.60 | 37.06 | 0.51 | 0.26 |
| Hex | 65 | 4B | 21 | 0 | 1A | 43 | 3C | 25 | 33 | 1A |
| Octal | 145 | 113 | 41 | 0 | 32 | 103 | 74 | 45 | 63 | 32 |
| Binary | 1100101 | 1001011 | 100001 | 0 | 11010 | 1000011 | 111100 | 100101 | 110011 | 11010 |
Color Harmonies of #654B21
Complementary color
Monochromatic Colors of #654B21
Black with #654B21
Text Example
Text Example
White with #654B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654B21; }
p { color: rgb(101,75,33); }
H1.HeaderClassName
{
color: #654B21;
}
.AnyTagClassName
{
color: #654B21;
}
</style>
background-color css
<style>
a { background-color: #654B21; }
a { background-color: rgb(101,75,33); }
div.DivClassName
{
background-color: #654B21;
}
.BgClassName
{
background-color: #654B21;
}
</style>
border-color css
<style>
span { border-color: #654B21; }
span { border-color: rgb(101,75,33); }
td.TdClassName
{
border-color: #654B21;
}
.TagClassName
{
border-color: #654B21;
}
</style>