Shades of Raw Umber #605008
Tints of Raw Umber #605008
RGB
CMYK
RGB Variations
Color information
#605008 (or 0x605008) is known color: Raw Umber. HEX triplet: 60, 50 and 08. RGB value is (96,80,8). Sum of RGB (Red+Green+Blue) = 96+80+8=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #605008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605008 is #9FAFF7. Grayscale: #4C4C4C. Windows color (decimal): -10465272 or 544864. OLE color: 544864.
HSL color Cylindrical-coordinate representation of color #605008: hue angle of 49.09º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #605008 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 80 | 8 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.62 |
| HSL | 49.09º | 0.85% | 0.2% | - |
| HSV(B) | 49.09º | 0.92% | 0.38% | - |
| XYZ | 7.74 | 8.24 | 1.41 | - |
| YUV | 76.58 | 89.3 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 80 | 8 | 0 | 0.17 | 0.92 | 0.62 | 49.09 | 0.85 | 0.2 |
| Hex | 60 | 50 | 8 | 0 | 11 | 5C | 3E | 31 | 55 | 14 |
| Octal | 140 | 120 | 10 | 0 | 21 | 134 | 76 | 61 | 125 | 24 |
| Binary | 1100000 | 1010000 | 1000 | 0 | 10001 | 1011100 | 111110 | 110001 | 1010101 | 10100 |
Color Harmonies of #605008
Complementary color
Monochromatic Colors of #605008
Black with #605008
Text Example
Text Example
White with #605008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605008; }
p { color: rgb(96,80,8); }
H1.HeaderClassName
{
color: #605008;
}
.AnyTagClassName
{
color: #605008;
}
</style>
background-color css
<style>
a { background-color: #605008; }
a { background-color: rgb(96,80,8); }
div.DivClassName
{
background-color: #605008;
}
.BgClassName
{
background-color: #605008;
}
</style>
border-color css
<style>
span { border-color: #605008; }
span { border-color: rgb(96,80,8); }
td.TdClassName
{
border-color: #605008;
}
.TagClassName
{
border-color: #605008;
}
</style>