Shades of Raw Umber #765D09
Tints of Raw Umber #765D09
RGB
CMYK
RGB Variations
Color information
#765D09 (or 0x765D09) is known color: Raw Umber. HEX triplet: 76, 5D and 09. RGB value is (118,93,9). Sum of RGB (Red+Green+Blue) = 118+93+9=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #765D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765D09 is #89A2F6. Grayscale: #5B5B5B. Windows color (decimal): -9020151 or 613750. OLE color: 613750.
HSL color Cylindrical-coordinate representation of color #765D09: hue angle of 46.24º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #765D09 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 93 | 9 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.54 |
| HSL | 46.24º | 0.86% | 0.25% | - |
| HSV(B) | 46.24º | 0.92% | 0.46% | - |
| XYZ | 11.43 | 11.7 | 1.91 | - |
| YUV | 90.9 | 81.78 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 9 | 0 | 0.21 | 0.92 | 0.54 | 46.24 | 0.86 | 0.25 |
| Hex | 76 | 5D | 9 | 0 | 15 | 5C | 36 | 2E | 56 | 19 |
| Octal | 166 | 135 | 11 | 0 | 25 | 134 | 66 | 56 | 126 | 31 |
| Binary | 1110110 | 1011101 | 1001 | 0 | 10101 | 1011100 | 110110 | 101110 | 1010110 | 11001 |
Color Harmonies of #765D09
Complementary color
Monochromatic Colors of #765D09
Black with #765D09
Text Example
Text Example
White with #765D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765D09; }
p { color: rgb(118,93,9); }
H1.HeaderClassName
{
color: #765D09;
}
.AnyTagClassName
{
color: #765D09;
}
</style>
background-color css
<style>
a { background-color: #765D09; }
a { background-color: rgb(118,93,9); }
div.DivClassName
{
background-color: #765D09;
}
.BgClassName
{
background-color: #765D09;
}
</style>
border-color css
<style>
span { border-color: #765D09; }
span { border-color: rgb(118,93,9); }
td.TdClassName
{
border-color: #765D09;
}
.TagClassName
{
border-color: #765D09;
}
</style>