Shades of Raw Umber #605105
Tints of Raw Umber #605105
RGB
CMYK
RGB Variations
Color information
#605105 (or 0x605105) is known color: Raw Umber. HEX triplet: 60, 51 and 05. RGB value is (96,81,5). Sum of RGB (Red+Green+Blue) = 96+81+5=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #605105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605105 is #9FAEFA. Grayscale: #4D4D4D. Windows color (decimal): -10465019 or 348512. OLE color: 348512.
HSL color Cylindrical-coordinate representation of color #605105: hue angle of 50.11º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #605105 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 81 | 5 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.62 |
| HSL | 50.11º | 0.9% | 0.2% | - |
| HSV(B) | 50.11º | 0.95% | 0.38% | - |
| XYZ | 7.79 | 8.38 | 1.35 | - |
| YUV | 76.82 | 87.47 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 81 | 5 | 0 | 0.16 | 0.95 | 0.62 | 50.11 | 0.9 | 0.2 |
| Hex | 60 | 51 | 5 | 0 | 10 | 5F | 3E | 32 | 5A | 14 |
| Octal | 140 | 121 | 5 | 0 | 20 | 137 | 76 | 62 | 132 | 24 |
| Binary | 1100000 | 1010001 | 101 | 0 | 10000 | 1011111 | 111110 | 110010 | 1011010 | 10100 |
Color Harmonies of #605105
Complementary color
Monochromatic Colors of #605105
Black with #605105
Text Example
Text Example
White with #605105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605105; }
p { color: rgb(96,81,5); }
H1.HeaderClassName
{
color: #605105;
}
.AnyTagClassName
{
color: #605105;
}
</style>
background-color css
<style>
a { background-color: #605105; }
a { background-color: rgb(96,81,5); }
div.DivClassName
{
background-color: #605105;
}
.BgClassName
{
background-color: #605105;
}
</style>
border-color css
<style>
span { border-color: #605105; }
span { border-color: rgb(96,81,5); }
td.TdClassName
{
border-color: #605105;
}
.TagClassName
{
border-color: #605105;
}
</style>