Shades of Raw Umber #764101
Tints of Raw Umber #764101
RGB
CMYK
RGB Variations
Color information
#764101 (or 0x764101) is known color: Raw Umber. HEX triplet: 76, 41 and 01. RGB value is (118,65,1). Sum of RGB (Red+Green+Blue) = 118+65+1=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #764101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764101 is #89BEFE. Grayscale: #494949. Windows color (decimal): -9027327 or 82294. OLE color: 82294.
HSL color Cylindrical-coordinate representation of color #764101: hue angle of 32.82º 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 #764101 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 65 | 1 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.54 |
| HSL | 32.82º | 0.98% | 0.23% | - |
| HSV(B) | 32.82º | 0.99% | 0.46% | - |
| XYZ | 9.37 | 7.63 | 1.01 | - |
| YUV | 73.55 | 87.06 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 65 | 1 | 0 | 0.45 | 0.99 | 0.54 | 32.82 | 0.98 | 0.23 |
| Hex | 76 | 41 | 1 | 0 | 2D | 63 | 36 | 21 | 62 | 17 |
| Octal | 166 | 101 | 1 | 0 | 55 | 143 | 66 | 41 | 142 | 27 |
| Binary | 1110110 | 1000001 | 1 | 0 | 101101 | 1100011 | 110110 | 100001 | 1100010 | 10111 |
Color Harmonies of #764101
Complementary color
Monochromatic Colors of #764101
Black with #764101
Text Example
Text Example
White with #764101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764101; }
p { color: rgb(118,65,1); }
H1.HeaderClassName
{
color: #764101;
}
.AnyTagClassName
{
color: #764101;
}
</style>
background-color css
<style>
a { background-color: #764101; }
a { background-color: rgb(118,65,1); }
div.DivClassName
{
background-color: #764101;
}
.BgClassName
{
background-color: #764101;
}
</style>
border-color css
<style>
span { border-color: #764101; }
span { border-color: rgb(118,65,1); }
td.TdClassName
{
border-color: #764101;
}
.TagClassName
{
border-color: #764101;
}
</style>