Shades of Raw Umber #763600
Tints of Raw Umber #763600
RGB
CMYK
RGB Variations
Color information
#763600 (or 0x763600) is known color: Raw Umber. HEX triplet: 76, 36 and 00. RGB value is (118,54,0). Sum of RGB (Red+Green+Blue) = 118+54+0=172 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.60% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 118 - color contains mainly: red. Hex color #763600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763600 is #89C9FF. Grayscale: #434343. Windows color (decimal): -9030144 or 13942. OLE color: 13942.
HSL color Cylindrical-coordinate representation of color #763600: hue angle of 27.46º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #763600 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 54 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.54 |
| HSL | 27.46º | 1% | 0.23% | - |
| HSV(B) | 27.46º | 1% | 0.46% | - |
| XYZ | 8.79 | 6.49 | 0.79 | - |
| YUV | 66.98 | 90.2 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 54 | 0 | 0 | 0.54 | 1 | 0.54 | 27.46 | 1 | 0.23 |
| Hex | 76 | 36 | 0 | 0 | 36 | 64 | 36 | 1B | 64 | 17 |
| Octal | 166 | 66 | 0 | 0 | 66 | 144 | 66 | 33 | 144 | 27 |
| Binary | 1110110 | 110110 | 0 | 0 | 110110 | 1100100 | 110110 | 11011 | 1100100 | 10111 |
Color Harmonies of #763600
Complementary color
Monochromatic Colors of #763600
Black with #763600
Text Example
Text Example
White with #763600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763600; }
p { color: rgb(118,54,0); }
H1.HeaderClassName
{
color: #763600;
}
.AnyTagClassName
{
color: #763600;
}
</style>
background-color css
<style>
a { background-color: #763600; }
a { background-color: rgb(118,54,0); }
div.DivClassName
{
background-color: #763600;
}
.BgClassName
{
background-color: #763600;
}
</style>
border-color css
<style>
span { border-color: #763600; }
span { border-color: rgb(118,54,0); }
td.TdClassName
{
border-color: #763600;
}
.TagClassName
{
border-color: #763600;
}
</style>