Shades of Raw Umber #754E06
Tints of Raw Umber #754E06
RGB
CMYK
RGB Variations
Color information
#754E06 (or 0x754E06) is known color: Raw Umber. HEX triplet: 75, 4E and 06. RGB value is (117,78,6). Sum of RGB (Red+Green+Blue) = 117+78+6=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #754E06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754E06 is #8AB1F9. Grayscale: #515151. Windows color (decimal): -9089530 or 413301. OLE color: 413301.
HSL color Cylindrical-coordinate representation of color #754E06: hue angle of 38.92º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #754E06 is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 6 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.54 |
| HSL | 38.92º | 0.9% | 0.24% | - |
| HSV(B) | 38.92º | 0.95% | 0.46% | - |
| XYZ | 10.09 | 9.24 | 1.42 | - |
| YUV | 81.45 | 85.42 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 6 | 0 | 0.33 | 0.95 | 0.54 | 38.92 | 0.9 | 0.24 |
| Hex | 75 | 4E | 6 | 0 | 21 | 5F | 36 | 27 | 5A | 18 |
| Octal | 165 | 116 | 6 | 0 | 41 | 137 | 66 | 47 | 132 | 30 |
| Binary | 1110101 | 1001110 | 110 | 0 | 100001 | 1011111 | 110110 | 100111 | 1011010 | 11000 |
Color Harmonies of #754E06
Complementary color
Monochromatic Colors of #754E06
Black with #754E06
Text Example
Text Example
White with #754E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E06; }
p { color: rgb(117,78,6); }
H1.HeaderClassName
{
color: #754E06;
}
.AnyTagClassName
{
color: #754E06;
}
</style>
background-color css
<style>
a { background-color: #754E06; }
a { background-color: rgb(117,78,6); }
div.DivClassName
{
background-color: #754E06;
}
.BgClassName
{
background-color: #754E06;
}
</style>
border-color css
<style>
span { border-color: #754E06; }
span { border-color: rgb(117,78,6); }
td.TdClassName
{
border-color: #754E06;
}
.TagClassName
{
border-color: #754E06;
}
</style>