Shades of Redwood #60332D
Tints of Redwood #60332D
RGB
CMYK
RGB Variations
Color information
#60332D (or 0x60332D) is known color: Redwood. HEX triplet: 60, 33 and 2D. RGB value is (96,51,45). Sum of RGB (Red+Green+Blue) = 96+51+45=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #60332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60332D is #9FCCD2. Grayscale: #3F3F3F. Windows color (decimal): -10472659 or 2962272. OLE color: 2962272.
HSL color Cylindrical-coordinate representation of color #60332D: hue angle of 7.06º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60332D is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 51 | 45 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.62 |
| HSL | 7.06º | 0.36% | 0.28% | - |
| HSV(B) | 7.06º | 0.53% | 0.38% | - |
| XYZ | 6.48 | 5.04 | 3.11 | - |
| YUV | 63.77 | 117.41 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 51 | 45 | 0 | 0.47 | 0.53 | 0.62 | 7.06 | 0.36 | 0.28 |
| Hex | 60 | 33 | 2D | 0 | 2F | 35 | 3E | 7 | 24 | 1C |
| Octal | 140 | 63 | 55 | 0 | 57 | 65 | 76 | 7 | 44 | 34 |
| Binary | 1100000 | 110011 | 101101 | 0 | 101111 | 110101 | 111110 | 111 | 100100 | 11100 |
Color Harmonies of #60332D
Complementary color
Monochromatic Colors of #60332D
Black with #60332D
Text Example
Text Example
White with #60332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60332D; }
p { color: rgb(96,51,45); }
H1.HeaderClassName
{
color: #60332D;
}
.AnyTagClassName
{
color: #60332D;
}
</style>
background-color css
<style>
a { background-color: #60332D; }
a { background-color: rgb(96,51,45); }
div.DivClassName
{
background-color: #60332D;
}
.BgClassName
{
background-color: #60332D;
}
</style>
border-color css
<style>
span { border-color: #60332D; }
span { border-color: rgb(96,51,45); }
td.TdClassName
{
border-color: #60332D;
}
.TagClassName
{
border-color: #60332D;
}
</style>