Shades of Raw Umber #756000
Tints of Raw Umber #756000
RGB
CMYK
RGB Variations
Color information
#756000 (or 0x756000) is known color: Raw Umber. HEX triplet: 75, 60 and 00. RGB value is (117,96,0). Sum of RGB (Red+Green+Blue) = 117+96+0=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #756000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756000 is #8A9FFF. Grayscale: #5B5B5B. Windows color (decimal): -9084928 or 24693. OLE color: 24693.
HSL color Cylindrical-coordinate representation of color #756000: hue angle of 49.23º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #756000 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 96 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.54 |
| HSL | 49.23º | 1% | 0.23% | - |
| HSV(B) | 49.23º | 1% | 0.46% | - |
| XYZ | 11.52 | 12.15 | 1.74 | - |
| YUV | 91.34 | 76.46 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 96 | 0 | 0 | 0.18 | 1 | 0.54 | 49.23 | 1 | 0.23 |
| Hex | 75 | 60 | 0 | 0 | 12 | 64 | 36 | 31 | 64 | 17 |
| Octal | 165 | 140 | 0 | 0 | 22 | 144 | 66 | 61 | 144 | 27 |
| Binary | 1110101 | 1100000 | 0 | 0 | 10010 | 1100100 | 110110 | 110001 | 1100100 | 10111 |
Color Harmonies of #756000
Complementary color
Monochromatic Colors of #756000
Black with #756000
Text Example
Text Example
White with #756000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756000; }
p { color: rgb(117,96,0); }
H1.HeaderClassName
{
color: #756000;
}
.AnyTagClassName
{
color: #756000;
}
</style>
background-color css
<style>
a { background-color: #756000; }
a { background-color: rgb(117,96,0); }
div.DivClassName
{
background-color: #756000;
}
.BgClassName
{
background-color: #756000;
}
</style>
border-color css
<style>
span { border-color: #756000; }
span { border-color: rgb(117,96,0); }
td.TdClassName
{
border-color: #756000;
}
.TagClassName
{
border-color: #756000;
}
</style>