Shades of Raw Umber #605102
Tints of Raw Umber #605102
RGB
CMYK
RGB Variations
Color information
#605102 (or 0x605102) is known color: Raw Umber. HEX triplet: 60, 51 and 02. RGB value is (96,81,2). Sum of RGB (Red+Green+Blue) = 96+81+2=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #605102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605102 is #9FAEFD. Grayscale: #4C4C4C. Windows color (decimal): -10465022 or 151904. OLE color: 151904.
HSL color Cylindrical-coordinate representation of color #605102: hue angle of 50.43º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #605102 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 81 | 2 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.62 |
| HSL | 50.43º | 0.96% | 0.19% | - |
| HSV(B) | 50.43º | 0.98% | 0.38% | - |
| XYZ | 7.78 | 8.38 | 1.26 | - |
| YUV | 76.48 | 85.97 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 81 | 2 | 0 | 0.16 | 0.98 | 0.62 | 50.43 | 0.96 | 0.19 |
| Hex | 60 | 51 | 2 | 0 | 10 | 62 | 3E | 32 | 60 | 13 |
| Octal | 140 | 121 | 2 | 0 | 20 | 142 | 76 | 62 | 140 | 23 |
| Binary | 1100000 | 1010001 | 10 | 0 | 10000 | 1100010 | 111110 | 110010 | 1100000 | 10011 |
Color Harmonies of #605102
Complementary color
Monochromatic Colors of #605102
Black with #605102
Text Example
Text Example
White with #605102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605102; }
p { color: rgb(96,81,2); }
H1.HeaderClassName
{
color: #605102;
}
.AnyTagClassName
{
color: #605102;
}
</style>
background-color css
<style>
a { background-color: #605102; }
a { background-color: rgb(96,81,2); }
div.DivClassName
{
background-color: #605102;
}
.BgClassName
{
background-color: #605102;
}
</style>
border-color css
<style>
span { border-color: #605102; }
span { border-color: rgb(96,81,2); }
td.TdClassName
{
border-color: #605102;
}
.TagClassName
{
border-color: #605102;
}
</style>