Shades of Dark Brown #604826
Tints of Dark Brown #604826
RGB
CMYK
RGB Variations
Color information
#604826 (or 0x604826) is known color: Dark Brown. HEX triplet: 60, 48 and 26. RGB value is (96,72,38). Sum of RGB (Red+Green+Blue) = 96+72+38=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #604826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604826 is #9FB7D9. Grayscale: #4B4B4B. Windows color (decimal): -10467290 or 2508896. OLE color: 2508896.
HSL color Cylindrical-coordinate representation of color #604826: hue angle of 35.17º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #604826 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 72 | 38 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.62 |
| HSL | 35.17º | 0.43% | 0.26% | - |
| HSV(B) | 35.17º | 0.6% | 0.38% | - |
| XYZ | 7.49 | 7.26 | 2.84 | - |
| YUV | 75.3 | 106.95 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 72 | 38 | 0 | 0.25 | 0.60 | 0.62 | 35.17 | 0.43 | 0.26 |
| Hex | 60 | 48 | 26 | 0 | 19 | 3C | 3E | 23 | 2B | 1A |
| Octal | 140 | 110 | 46 | 0 | 31 | 74 | 76 | 43 | 53 | 32 |
| Binary | 1100000 | 1001000 | 100110 | 0 | 11001 | 111100 | 111110 | 100011 | 101011 | 11010 |
Color Harmonies of #604826
Complementary color
Monochromatic Colors of #604826
Black with #604826
Text Example
Text Example
White with #604826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604826; }
p { color: rgb(96,72,38); }
H1.HeaderClassName
{
color: #604826;
}
.AnyTagClassName
{
color: #604826;
}
</style>
background-color css
<style>
a { background-color: #604826; }
a { background-color: rgb(96,72,38); }
div.DivClassName
{
background-color: #604826;
}
.BgClassName
{
background-color: #604826;
}
</style>
border-color css
<style>
span { border-color: #604826; }
span { border-color: rgb(96,72,38); }
td.TdClassName
{
border-color: #604826;
}
.TagClassName
{
border-color: #604826;
}
</style>