Shades of Raw Umber #755C06
Tints of Raw Umber #755C06
RGB
CMYK
RGB Variations
Color information
#755C06 (or 0x755C06) is known color: Raw Umber. HEX triplet: 75, 5C and 06. RGB value is (117,92,6). Sum of RGB (Red+Green+Blue) = 117+92+6=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 92 (36.33% from 255 or 42.79% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #755C06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755C06 is #8AA3F9. Grayscale: #5A5A5A. Windows color (decimal): -9085946 or 416885. OLE color: 416885.
HSL color Cylindrical-coordinate representation of color #755C06: hue angle of 46.49º 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 #755C06 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 92 | 6 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.54 |
| HSL | 46.49º | 0.9% | 0.24% | - |
| HSV(B) | 46.49º | 0.95% | 0.46% | - |
| XYZ | 11.2 | 11.45 | 1.79 | - |
| YUV | 89.67 | 80.78 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 6 | 0 | 0.21 | 0.95 | 0.54 | 46.49 | 0.9 | 0.24 |
| Hex | 75 | 5C | 6 | 0 | 15 | 5F | 36 | 2E | 5A | 18 |
| Octal | 165 | 134 | 6 | 0 | 25 | 137 | 66 | 56 | 132 | 30 |
| Binary | 1110101 | 1011100 | 110 | 0 | 10101 | 1011111 | 110110 | 101110 | 1011010 | 11000 |
Color Harmonies of #755C06
Complementary color
Monochromatic Colors of #755C06
Black with #755C06
Text Example
Text Example
White with #755C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755C06; }
p { color: rgb(117,92,6); }
H1.HeaderClassName
{
color: #755C06;
}
.AnyTagClassName
{
color: #755C06;
}
</style>
background-color css
<style>
a { background-color: #755C06; }
a { background-color: rgb(117,92,6); }
div.DivClassName
{
background-color: #755C06;
}
.BgClassName
{
background-color: #755C06;
}
</style>
border-color css
<style>
span { border-color: #755C06; }
span { border-color: rgb(117,92,6); }
td.TdClassName
{
border-color: #755C06;
}
.TagClassName
{
border-color: #755C06;
}
</style>