Shades of Dark Brown #654619
Tints of Dark Brown #654619
RGB
CMYK
RGB Variations
Color information
#654619 (or 0x654619) is known color: Dark Brown. HEX triplet: 65, 46 and 19. RGB value is (101,70,25). Sum of RGB (Red+Green+Blue) = 101+70+25=196 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.53% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 101 - color contains mainly: red. Hex color #654619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654619 is #9AB9E6. Grayscale: #4A4A4A. Windows color (decimal): -10140135 or 1656421. OLE color: 1656421.
HSL color Cylindrical-coordinate representation of color #654619: hue angle of 35.53º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #654619 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 70 | 25 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.60 |
| HSL | 35.53º | 0.6% | 0.25% | - |
| HSV(B) | 35.53º | 0.75% | 0.4% | - |
| XYZ | 7.73 | 7.22 | 1.91 | - |
| YUV | 74.14 | 100.27 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 70 | 25 | 0 | 0.31 | 0.75 | 0.60 | 35.53 | 0.6 | 0.25 |
| Hex | 65 | 46 | 19 | 0 | 1F | 4B | 3C | 24 | 3C | 19 |
| Octal | 145 | 106 | 31 | 0 | 37 | 113 | 74 | 44 | 74 | 31 |
| Binary | 1100101 | 1000110 | 11001 | 0 | 11111 | 1001011 | 111100 | 100100 | 111100 | 11001 |
Color Harmonies of #654619
Complementary color
Monochromatic Colors of #654619
Black with #654619
Text Example
Text Example
White with #654619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654619; }
p { color: rgb(101,70,25); }
H1.HeaderClassName
{
color: #654619;
}
.AnyTagClassName
{
color: #654619;
}
</style>
background-color css
<style>
a { background-color: #654619; }
a { background-color: rgb(101,70,25); }
div.DivClassName
{
background-color: #654619;
}
.BgClassName
{
background-color: #654619;
}
</style>
border-color css
<style>
span { border-color: #654619; }
span { border-color: rgb(101,70,25); }
td.TdClassName
{
border-color: #654619;
}
.TagClassName
{
border-color: #654619;
}
</style>