Shades of Redwood #60352E
Tints of Redwood #60352E
RGB
CMYK
RGB Variations
Color information
#60352E (or 0x60352E) is known color: Redwood. HEX triplet: 60, 35 and 2E. RGB value is (96,53,46). Sum of RGB (Red+Green+Blue) = 96+53+46=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #60352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60352E is #9FCAD1. Grayscale: #414141. Windows color (decimal): -10472146 or 3028320. OLE color: 3028320.
HSL color Cylindrical-coordinate representation of color #60352E: hue angle of 8.4º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60352E is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 53 | 46 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.62 |
| HSL | 8.4º | 0.35% | 0.28% | - |
| HSV(B) | 8.4º | 0.52% | 0.38% | - |
| XYZ | 6.59 | 5.23 | 3.25 | - |
| YUV | 65.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 53 | 46 | 0 | 0.45 | 0.52 | 0.62 | 8.4 | 0.35 | 0.28 |
| Hex | 60 | 35 | 2E | 0 | 2D | 34 | 3E | 8 | 23 | 1C |
| Octal | 140 | 65 | 56 | 0 | 55 | 64 | 76 | 10 | 43 | 34 |
| Binary | 1100000 | 110101 | 101110 | 0 | 101101 | 110100 | 111110 | 1000 | 100011 | 11100 |
Color Harmonies of #60352E
Complementary color
Monochromatic Colors of #60352E
Black with #60352E
Text Example
Text Example
White with #60352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60352E; }
p { color: rgb(96,53,46); }
H1.HeaderClassName
{
color: #60352E;
}
.AnyTagClassName
{
color: #60352E;
}
</style>
background-color css
<style>
a { background-color: #60352E; }
a { background-color: rgb(96,53,46); }
div.DivClassName
{
background-color: #60352E;
}
.BgClassName
{
background-color: #60352E;
}
</style>
border-color css
<style>
span { border-color: #60352E; }
span { border-color: rgb(96,53,46); }
td.TdClassName
{
border-color: #60352E;
}
.TagClassName
{
border-color: #60352E;
}
</style>