Shades of Woody Brown #604545
Tints of Woody Brown #604545
RGB
CMYK
RGB Variations
Color information
#604545 (or 0x604545) is known color: Woody Brown. HEX triplet: 60, 45 and 45. RGB value is (96,69,69). Sum of RGB (Red+Green+Blue) = 96+69+69=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 96 - color contains mainly: red. Hex color #604545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604545 is #9FBABA. Grayscale: #4D4D4D. Windows color (decimal): -10468027 or 4539744. OLE color: 4539744.
HSL color Cylindrical-coordinate representation of color #604545: hue angle of 0º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #604545 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 69 | 69 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.62 |
| HSL | 0º | 0.16% | 0.32% | - |
| HSV(B) | 0º | 0.28% | 0.38% | - |
| XYZ | 8.03 | 7.17 | 6.59 | - |
| YUV | 77.07 | 123.45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 69 | 69 | 0 | 0.28 | 0.28 | 0.62 | 0 | 0.16 | 0.32 |
| Hex | 60 | 45 | 45 | 0 | 1C | 1C | 3E | 0 | 10 | 20 |
| Octal | 140 | 105 | 105 | 0 | 34 | 34 | 76 | 0 | 20 | 40 |
| Binary | 1100000 | 1000101 | 1000101 | 0 | 11100 | 11100 | 111110 | 0 | 10000 | 100000 |
Color Harmonies of #604545
Complementary color
Monochromatic Colors of #604545
Black with #604545
Text Example
Text Example
White with #604545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604545; }
p { color: rgb(96,69,69); }
H1.HeaderClassName
{
color: #604545;
}
.AnyTagClassName
{
color: #604545;
}
</style>
background-color css
<style>
a { background-color: #604545; }
a { background-color: rgb(96,69,69); }
div.DivClassName
{
background-color: #604545;
}
.BgClassName
{
background-color: #604545;
}
</style>
border-color css
<style>
span { border-color: #604545; }
span { border-color: rgb(96,69,69); }
td.TdClassName
{
border-color: #604545;
}
.TagClassName
{
border-color: #604545;
}
</style>