Shades of Raw Umber #766001
Tints of Raw Umber #766001
RGB
CMYK
RGB Variations
Color information
#766001 (or 0x766001) is known color: Raw Umber. HEX triplet: 76, 60 and 01. RGB value is (118,96,1). Sum of RGB (Red+Green+Blue) = 118+96+1=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #766001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766001 is #899FFE. Grayscale: #5C5C5C. Windows color (decimal): -9019391 or 90230. OLE color: 90230.
HSL color Cylindrical-coordinate representation of color #766001: hue angle of 48.72º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #766001 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 96 | 1 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.54 |
| HSL | 48.72º | 0.98% | 0.23% | - |
| HSV(B) | 48.72º | 0.99% | 0.46% | - |
| XYZ | 11.66 | 12.22 | 1.77 | - |
| YUV | 91.75 | 76.79 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 96 | 1 | 0 | 0.19 | 0.99 | 0.54 | 48.72 | 0.98 | 0.23 |
| Hex | 76 | 60 | 1 | 0 | 13 | 63 | 36 | 31 | 62 | 17 |
| Octal | 166 | 140 | 1 | 0 | 23 | 143 | 66 | 61 | 142 | 27 |
| Binary | 1110110 | 1100000 | 1 | 0 | 10011 | 1100011 | 110110 | 110001 | 1100010 | 10111 |
Color Harmonies of #766001
Complementary color
Monochromatic Colors of #766001
Black with #766001
Text Example
Text Example
White with #766001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766001; }
p { color: rgb(118,96,1); }
H1.HeaderClassName
{
color: #766001;
}
.AnyTagClassName
{
color: #766001;
}
</style>
background-color css
<style>
a { background-color: #766001; }
a { background-color: rgb(118,96,1); }
div.DivClassName
{
background-color: #766001;
}
.BgClassName
{
background-color: #766001;
}
</style>
border-color css
<style>
span { border-color: #766001; }
span { border-color: rgb(118,96,1); }
td.TdClassName
{
border-color: #766001;
}
.TagClassName
{
border-color: #766001;
}
</style>