Shades of Raw Umber #765603
Tints of Raw Umber #765603
RGB
CMYK
RGB Variations
Color information
#765603 (or 0x765603) is known color: Raw Umber. HEX triplet: 76, 56 and 03. RGB value is (118,86,3). Sum of RGB (Red+Green+Blue) = 118+86+3=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #765603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765603 is #89A9FC. Grayscale: #565656. Windows color (decimal): -9021949 or 218742. OLE color: 218742.
HSL color Cylindrical-coordinate representation of color #765603: hue angle of 43.3º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #765603 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 86 | 3 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.54 |
| HSL | 43.3º | 0.95% | 0.24% | - |
| HSV(B) | 43.3º | 0.97% | 0.46% | - |
| XYZ | 10.82 | 10.51 | 1.55 | - |
| YUV | 86.11 | 81.1 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 86 | 3 | 0 | 0.27 | 0.97 | 0.54 | 43.3 | 0.95 | 0.24 |
| Hex | 76 | 56 | 3 | 0 | 1B | 61 | 36 | 2B | 5F | 18 |
| Octal | 166 | 126 | 3 | 0 | 33 | 141 | 66 | 53 | 137 | 30 |
| Binary | 1110110 | 1010110 | 11 | 0 | 11011 | 1100001 | 110110 | 101011 | 1011111 | 11000 |
Color Harmonies of #765603
Complementary color
Monochromatic Colors of #765603
Black with #765603
Text Example
Text Example
White with #765603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765603; }
p { color: rgb(118,86,3); }
H1.HeaderClassName
{
color: #765603;
}
.AnyTagClassName
{
color: #765603;
}
</style>
background-color css
<style>
a { background-color: #765603; }
a { background-color: rgb(118,86,3); }
div.DivClassName
{
background-color: #765603;
}
.BgClassName
{
background-color: #765603;
}
</style>
border-color css
<style>
span { border-color: #765603; }
span { border-color: rgb(118,86,3); }
td.TdClassName
{
border-color: #765603;
}
.TagClassName
{
border-color: #765603;
}
</style>