Shades of Dark Brown #604426
Tints of Dark Brown #604426
RGB
CMYK
RGB Variations
Color information
#604426 (or 0x604426) is known color: Dark Brown. HEX triplet: 60, 44 and 26. RGB value is (96,68,38). Sum of RGB (Red+Green+Blue) = 96+68+38=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #604426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604426 is #9FBBD9. Grayscale: #494949. Windows color (decimal): -10468314 or 2507872. OLE color: 2507872.
HSL color Cylindrical-coordinate representation of color #604426: hue angle of 31.03º 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 #604426 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 68 | 38 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.62 |
| HSL | 31.03º | 0.43% | 0.26% | - |
| HSV(B) | 31.03º | 0.6% | 0.38% | - |
| XYZ | 7.24 | 6.76 | 2.76 | - |
| YUV | 72.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 68 | 38 | 0 | 0.29 | 0.60 | 0.62 | 31.03 | 0.43 | 0.26 |
| Hex | 60 | 44 | 26 | 0 | 1D | 3C | 3E | 1F | 2B | 1A |
| Octal | 140 | 104 | 46 | 0 | 35 | 74 | 76 | 37 | 53 | 32 |
| Binary | 1100000 | 1000100 | 100110 | 0 | 11101 | 111100 | 111110 | 11111 | 101011 | 11010 |
Color Harmonies of #604426
Complementary color
Monochromatic Colors of #604426
Black with #604426
Text Example
Text Example
White with #604426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604426; }
p { color: rgb(96,68,38); }
H1.HeaderClassName
{
color: #604426;
}
.AnyTagClassName
{
color: #604426;
}
</style>
background-color css
<style>
a { background-color: #604426; }
a { background-color: rgb(96,68,38); }
div.DivClassName
{
background-color: #604426;
}
.BgClassName
{
background-color: #604426;
}
</style>
border-color css
<style>
span { border-color: #604426; }
span { border-color: rgb(96,68,38); }
td.TdClassName
{
border-color: #604426;
}
.TagClassName
{
border-color: #604426;
}
</style>