Shades of Raw Umber #764409
Tints of Raw Umber #764409
RGB
CMYK
RGB Variations
Color information
#764409 (or 0x764409) is known color: Raw Umber. HEX triplet: 76, 44 and 09. RGB value is (118,68,9). Sum of RGB (Red+Green+Blue) = 118+68+9=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 9 (3.91% from 255 or 4.62% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #764409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764409 is #89BBF6. Grayscale: #4C4C4C. Windows color (decimal): -9026551 or 607350. OLE color: 607350.
HSL color Cylindrical-coordinate representation of color #764409: hue angle of 32.48º 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 #764409 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 68 | 9 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.54 |
| HSL | 32.48º | 0.86% | 0.25% | - |
| HSV(B) | 32.48º | 0.92% | 0.46% | - |
| XYZ | 9.59 | 8.01 | 1.3 | - |
| YUV | 76.22 | 90.07 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 68 | 9 | 0 | 0.42 | 0.92 | 0.54 | 32.48 | 0.86 | 0.25 |
| Hex | 76 | 44 | 9 | 0 | 2A | 5C | 36 | 20 | 56 | 19 |
| Octal | 166 | 104 | 11 | 0 | 52 | 134 | 66 | 40 | 126 | 31 |
| Binary | 1110110 | 1000100 | 1001 | 0 | 101010 | 1011100 | 110110 | 100000 | 1010110 | 11001 |
Color Harmonies of #764409
Complementary color
Monochromatic Colors of #764409
Black with #764409
Text Example
Text Example
White with #764409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764409; }
p { color: rgb(118,68,9); }
H1.HeaderClassName
{
color: #764409;
}
.AnyTagClassName
{
color: #764409;
}
</style>
background-color css
<style>
a { background-color: #764409; }
a { background-color: rgb(118,68,9); }
div.DivClassName
{
background-color: #764409;
}
.BgClassName
{
background-color: #764409;
}
</style>
border-color css
<style>
span { border-color: #764409; }
span { border-color: rgb(118,68,9); }
td.TdClassName
{
border-color: #764409;
}
.TagClassName
{
border-color: #764409;
}
</style>