Shades of Raw Umber #764601
Tints of Raw Umber #764601
RGB
CMYK
RGB Variations
Color information
#764601 (or 0x764601) is known color: Raw Umber. HEX triplet: 76, 46 and 01. RGB value is (118,70,1). Sum of RGB (Red+Green+Blue) = 118+70+1=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #764601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764601 is #89B9FE. Grayscale: #4C4C4C. Windows color (decimal): -9026047 or 83574. OLE color: 83574.
HSL color Cylindrical-coordinate representation of color #764601: hue angle of 35.38º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #764601 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 70 | 1 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.54 |
| HSL | 35.38º | 0.98% | 0.23% | - |
| HSV(B) | 35.38º | 0.99% | 0.46% | - |
| XYZ | 9.67 | 8.23 | 1.11 | - |
| YUV | 76.49 | 85.4 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 70 | 1 | 0 | 0.41 | 0.99 | 0.54 | 35.38 | 0.98 | 0.23 |
| Hex | 76 | 46 | 1 | 0 | 29 | 63 | 36 | 23 | 62 | 17 |
| Octal | 166 | 106 | 1 | 0 | 51 | 143 | 66 | 43 | 142 | 27 |
| Binary | 1110110 | 1000110 | 1 | 0 | 101001 | 1100011 | 110110 | 100011 | 1100010 | 10111 |
Color Harmonies of #764601
Complementary color
Monochromatic Colors of #764601
Black with #764601
Text Example
Text Example
White with #764601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764601; }
p { color: rgb(118,70,1); }
H1.HeaderClassName
{
color: #764601;
}
.AnyTagClassName
{
color: #764601;
}
</style>
background-color css
<style>
a { background-color: #764601; }
a { background-color: rgb(118,70,1); }
div.DivClassName
{
background-color: #764601;
}
.BgClassName
{
background-color: #764601;
}
</style>
border-color css
<style>
span { border-color: #764601; }
span { border-color: rgb(118,70,1); }
td.TdClassName
{
border-color: #764601;
}
.TagClassName
{
border-color: #764601;
}
</style>