Shades of Dark Brown #654218
Tints of Dark Brown #654218
RGB
CMYK
RGB Variations
Color information
#654218 (or 0x654218) is known color: Dark Brown. HEX triplet: 65, 42 and 18. RGB value is (101,66,24). Sum of RGB (Red+Green+Blue) = 101+66+24=191 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.88% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 101 - color contains mainly: red. Hex color #654218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654218 is #9ABDE7. Grayscale: #474747. Windows color (decimal): -10141160 or 1589861. OLE color: 1589861.
HSL color Cylindrical-coordinate representation of color #654218: hue angle of 32.73º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #654218 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 66 | 24 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.60 |
| HSL | 32.73º | 0.62% | 0.25% | - |
| HSV(B) | 32.73º | 0.76% | 0.4% | - |
| XYZ | 7.48 | 6.73 | 1.77 | - |
| YUV | 71.68 | 101.1 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 66 | 24 | 0 | 0.35 | 0.76 | 0.60 | 32.73 | 0.62 | 0.25 |
| Hex | 65 | 42 | 18 | 0 | 23 | 4C | 3C | 21 | 3E | 19 |
| Octal | 145 | 102 | 30 | 0 | 43 | 114 | 74 | 41 | 76 | 31 |
| Binary | 1100101 | 1000010 | 11000 | 0 | 100011 | 1001100 | 111100 | 100001 | 111110 | 11001 |
Color Harmonies of #654218
Complementary color
Monochromatic Colors of #654218
Black with #654218
Text Example
Text Example
White with #654218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654218; }
p { color: rgb(101,66,24); }
H1.HeaderClassName
{
color: #654218;
}
.AnyTagClassName
{
color: #654218;
}
</style>
background-color css
<style>
a { background-color: #654218; }
a { background-color: rgb(101,66,24); }
div.DivClassName
{
background-color: #654218;
}
.BgClassName
{
background-color: #654218;
}
</style>
border-color css
<style>
span { border-color: #654218; }
span { border-color: rgb(101,66,24); }
td.TdClassName
{
border-color: #654218;
}
.TagClassName
{
border-color: #654218;
}
</style>