Shades of Raw Umber #754C06
Tints of Raw Umber #754C06
RGB
CMYK
RGB Variations
Color information
#754C06 (or 0x754C06) is known color: Raw Umber. HEX triplet: 75, 4C and 06. RGB value is (117,76,6). Sum of RGB (Red+Green+Blue) = 117+76+6=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 6 (2.73% from 255 or 3.02% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #754C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754C06 is #8AB3F9. Grayscale: #505050. Windows color (decimal): -9090042 or 412789. OLE color: 412789.
HSL color Cylindrical-coordinate representation of color #754C06: hue angle of 37.84º 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 #754C06 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 76 | 6 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.54 |
| HSL | 37.84º | 0.9% | 0.24% | - |
| HSV(B) | 37.84º | 0.95% | 0.46% | - |
| XYZ | 9.95 | 8.96 | 1.38 | - |
| YUV | 80.28 | 86.08 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 6 | 0 | 0.35 | 0.95 | 0.54 | 37.84 | 0.9 | 0.24 |
| Hex | 75 | 4C | 6 | 0 | 23 | 5F | 36 | 26 | 5A | 18 |
| Octal | 165 | 114 | 6 | 0 | 43 | 137 | 66 | 46 | 132 | 30 |
| Binary | 1110101 | 1001100 | 110 | 0 | 100011 | 1011111 | 110110 | 100110 | 1011010 | 11000 |
Color Harmonies of #754C06
Complementary color
Monochromatic Colors of #754C06
Black with #754C06
Text Example
Text Example
White with #754C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754C06; }
p { color: rgb(117,76,6); }
H1.HeaderClassName
{
color: #754C06;
}
.AnyTagClassName
{
color: #754C06;
}
</style>
background-color css
<style>
a { background-color: #754C06; }
a { background-color: rgb(117,76,6); }
div.DivClassName
{
background-color: #754C06;
}
.BgClassName
{
background-color: #754C06;
}
</style>
border-color css
<style>
span { border-color: #754C06; }
span { border-color: rgb(117,76,6); }
td.TdClassName
{
border-color: #754C06;
}
.TagClassName
{
border-color: #754C06;
}
</style>