Shades of Raw Umber #766101
Tints of Raw Umber #766101
RGB
CMYK
RGB Variations
Color information
#766101 (or 0x766101) is known color: Raw Umber. HEX triplet: 76, 61 and 01. RGB value is (118,97,1). Sum of RGB (Red+Green+Blue) = 118+97+1=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #766101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766101 is #899EFE. Grayscale: #5C5C5C. Windows color (decimal): -9019135 or 90486. OLE color: 90486.
HSL color Cylindrical-coordinate representation of color #766101: hue angle of 49.23º 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 #766101 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 97 | 1 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.54 |
| HSL | 49.23º | 0.98% | 0.23% | - |
| HSV(B) | 49.23º | 0.99% | 0.46% | - |
| XYZ | 11.75 | 12.4 | 1.8 | - |
| YUV | 92.34 | 76.46 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 97 | 1 | 0 | 0.18 | 0.99 | 0.54 | 49.23 | 0.98 | 0.23 |
| Hex | 76 | 61 | 1 | 0 | 12 | 63 | 36 | 31 | 62 | 17 |
| Octal | 166 | 141 | 1 | 0 | 22 | 143 | 66 | 61 | 142 | 27 |
| Binary | 1110110 | 1100001 | 1 | 0 | 10010 | 1100011 | 110110 | 110001 | 1100010 | 10111 |
Color Harmonies of #766101
Complementary color
Monochromatic Colors of #766101
Black with #766101
Text Example
Text Example
White with #766101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766101; }
p { color: rgb(118,97,1); }
H1.HeaderClassName
{
color: #766101;
}
.AnyTagClassName
{
color: #766101;
}
</style>
background-color css
<style>
a { background-color: #766101; }
a { background-color: rgb(118,97,1); }
div.DivClassName
{
background-color: #766101;
}
.BgClassName
{
background-color: #766101;
}
</style>
border-color css
<style>
span { border-color: #766101; }
span { border-color: rgb(118,97,1); }
td.TdClassName
{
border-color: #766101;
}
.TagClassName
{
border-color: #766101;
}
</style>