Shades of Raw Umber #764605
Tints of Raw Umber #764605
RGB
CMYK
RGB Variations
Color information
#764605 (or 0x764605) is known color: Raw Umber. HEX triplet: 76, 46 and 05. RGB value is (118,70,5). Sum of RGB (Red+Green+Blue) = 118+70+5=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #764605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764605 is #89B9FA. Grayscale: #4D4D4D. Windows color (decimal): -9026043 or 345718. OLE color: 345718.
HSL color Cylindrical-coordinate representation of color #764605: hue angle of 34.51º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #764605 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 70 | 5 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.54 |
| HSL | 34.51º | 0.92% | 0.24% | - |
| HSV(B) | 34.51º | 0.96% | 0.46% | - |
| XYZ | 9.69 | 8.24 | 1.22 | - |
| YUV | 76.94 | 87.4 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 70 | 5 | 0 | 0.41 | 0.96 | 0.54 | 34.51 | 0.92 | 0.24 |
| Hex | 76 | 46 | 5 | 0 | 29 | 60 | 36 | 23 | 5C | 18 |
| Octal | 166 | 106 | 5 | 0 | 51 | 140 | 66 | 43 | 134 | 30 |
| Binary | 1110110 | 1000110 | 101 | 0 | 101001 | 1100000 | 110110 | 100011 | 1011100 | 11000 |
Color Harmonies of #764605
Complementary color
Monochromatic Colors of #764605
Black with #764605
Text Example
Text Example
White with #764605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764605; }
p { color: rgb(118,70,5); }
H1.HeaderClassName
{
color: #764605;
}
.AnyTagClassName
{
color: #764605;
}
</style>
background-color css
<style>
a { background-color: #764605; }
a { background-color: rgb(118,70,5); }
div.DivClassName
{
background-color: #764605;
}
.BgClassName
{
background-color: #764605;
}
</style>
border-color css
<style>
span { border-color: #764605; }
span { border-color: rgb(118,70,5); }
td.TdClassName
{
border-color: #764605;
}
.TagClassName
{
border-color: #764605;
}
</style>