Shades of Raw Umber #745D06
Tints of Raw Umber #745D06
RGB
CMYK
RGB Variations
Color information
#745D06 (or 0x745D06) is known color: Raw Umber. HEX triplet: 74, 5D and 06. RGB value is (116,93,6). Sum of RGB (Red+Green+Blue) = 116+93+6=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #745D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745D06 is #8BA2F9. Grayscale: #5A5A5A. Windows color (decimal): -9151226 or 417140. OLE color: 417140.
HSL color Cylindrical-coordinate representation of color #745D06: hue angle of 47.45º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #745D06 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 93 | 6 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.55 |
| HSL | 47.45º | 0.9% | 0.24% | - |
| HSV(B) | 47.45º | 0.95% | 0.45% | - |
| XYZ | 11.15 | 11.55 | 1.81 | - |
| YUV | 89.96 | 80.62 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 6 | 0 | 0.20 | 0.95 | 0.55 | 47.45 | 0.9 | 0.24 |
| Hex | 74 | 5D | 6 | 0 | 14 | 5F | 37 | 2F | 5A | 18 |
| Octal | 164 | 135 | 6 | 0 | 24 | 137 | 67 | 57 | 132 | 30 |
| Binary | 1110100 | 1011101 | 110 | 0 | 10100 | 1011111 | 110111 | 101111 | 1011010 | 11000 |
Color Harmonies of #745D06
Complementary color
Monochromatic Colors of #745D06
Black with #745D06
Text Example
Text Example
White with #745D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D06; }
p { color: rgb(116,93,6); }
H1.HeaderClassName
{
color: #745D06;
}
.AnyTagClassName
{
color: #745D06;
}
</style>
background-color css
<style>
a { background-color: #745D06; }
a { background-color: rgb(116,93,6); }
div.DivClassName
{
background-color: #745D06;
}
.BgClassName
{
background-color: #745D06;
}
</style>
border-color css
<style>
span { border-color: #745D06; }
span { border-color: rgb(116,93,6); }
td.TdClassName
{
border-color: #745D06;
}
.TagClassName
{
border-color: #745D06;
}
</style>