Shades of Dark Brown #654418
Tints of Dark Brown #654418
RGB
CMYK
RGB Variations
Color information
#654418 (or 0x654418) is known color: Dark Brown. HEX triplet: 65, 44 and 18. RGB value is (101,68,24). Sum of RGB (Red+Green+Blue) = 101+68+24=193 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.33% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 101 - color contains mainly: red. Hex color #654418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654418 is #9ABBE7. Grayscale: #494949. Windows color (decimal): -10140648 or 1590373. OLE color: 1590373.
HSL color Cylindrical-coordinate representation of color #654418: hue angle of 34.29º 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 #654418 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 68 | 24 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.60 |
| HSL | 34.29º | 0.62% | 0.25% | - |
| HSV(B) | 34.29º | 0.76% | 0.4% | - |
| XYZ | 7.6 | 6.97 | 1.81 | - |
| YUV | 72.85 | 100.43 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 68 | 24 | 0 | 0.33 | 0.76 | 0.60 | 34.29 | 0.62 | 0.25 |
| Hex | 65 | 44 | 18 | 0 | 21 | 4C | 3C | 22 | 3E | 19 |
| Octal | 145 | 104 | 30 | 0 | 41 | 114 | 74 | 42 | 76 | 31 |
| Binary | 1100101 | 1000100 | 11000 | 0 | 100001 | 1001100 | 111100 | 100010 | 111110 | 11001 |
Color Harmonies of #654418
Complementary color
Monochromatic Colors of #654418
Black with #654418
Text Example
Text Example
White with #654418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654418; }
p { color: rgb(101,68,24); }
H1.HeaderClassName
{
color: #654418;
}
.AnyTagClassName
{
color: #654418;
}
</style>
background-color css
<style>
a { background-color: #654418; }
a { background-color: rgb(101,68,24); }
div.DivClassName
{
background-color: #654418;
}
.BgClassName
{
background-color: #654418;
}
</style>
border-color css
<style>
span { border-color: #654418; }
span { border-color: rgb(101,68,24); }
td.TdClassName
{
border-color: #654418;
}
.TagClassName
{
border-color: #654418;
}
</style>