Shades of Redwood #60362F
Tints of Redwood #60362F
RGB
CMYK
RGB Variations
Color information
#60362F (or 0x60362F) is known color: Redwood. HEX triplet: 60, 36 and 2F. RGB value is (96,54,47). Sum of RGB (Red+Green+Blue) = 96+54+47=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #60362F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60362F is #9FC9D0. Grayscale: #414141. Windows color (decimal): -10471889 or 3094112. OLE color: 3094112.
HSL color Cylindrical-coordinate representation of color #60362F: hue angle of 8.57º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60362F is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 54 | 47 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.62 |
| HSL | 8.57º | 0.34% | 0.28% | - |
| HSV(B) | 8.57º | 0.51% | 0.38% | - |
| XYZ | 6.66 | 5.33 | 3.37 | - |
| YUV | 65.76 | 117.41 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 54 | 47 | 0 | 0.44 | 0.51 | 0.62 | 8.57 | 0.34 | 0.28 |
| Hex | 60 | 36 | 2F | 0 | 2C | 33 | 3E | 9 | 22 | 1C |
| Octal | 140 | 66 | 57 | 0 | 54 | 63 | 76 | 11 | 42 | 34 |
| Binary | 1100000 | 110110 | 101111 | 0 | 101100 | 110011 | 111110 | 1001 | 100010 | 11100 |
Color Harmonies of #60362F
Complementary color
Monochromatic Colors of #60362F
Black with #60362F
Text Example
Text Example
White with #60362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60362F; }
p { color: rgb(96,54,47); }
H1.HeaderClassName
{
color: #60362F;
}
.AnyTagClassName
{
color: #60362F;
}
</style>
background-color css
<style>
a { background-color: #60362F; }
a { background-color: rgb(96,54,47); }
div.DivClassName
{
background-color: #60362F;
}
.BgClassName
{
background-color: #60362F;
}
</style>
border-color css
<style>
span { border-color: #60362F; }
span { border-color: rgb(96,54,47); }
td.TdClassName
{
border-color: #60362F;
}
.TagClassName
{
border-color: #60362F;
}
</style>