Shades of Raw Umber #654C11
Tints of Raw Umber #654C11
RGB
CMYK
RGB Variations
Color information
#654C11 (or 0x654C11) is known color: Raw Umber. HEX triplet: 65, 4C and 11. RGB value is (101,76,17). Sum of RGB (Red+Green+Blue) = 101+76+17=194 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.06% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 101 - color contains mainly: red. Hex color #654C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654C11 is #9AB3EE. Grayscale: #4D4D4D. Windows color (decimal): -10138607 or 1133669. OLE color: 1133669.
HSL color Cylindrical-coordinate representation of color #654C11: hue angle of 42.14º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #654C11 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 76 | 17 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.60 |
| HSL | 42.14º | 0.71% | 0.23% | - |
| HSV(B) | 42.14º | 0.83% | 0.4% | - |
| XYZ | 8.05 | 7.98 | 1.65 | - |
| YUV | 76.75 | 94.28 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 17 | 0 | 0.25 | 0.83 | 0.60 | 42.14 | 0.71 | 0.23 |
| Hex | 65 | 4C | 11 | 0 | 19 | 53 | 3C | 2A | 47 | 17 |
| Octal | 145 | 114 | 21 | 0 | 31 | 123 | 74 | 52 | 107 | 27 |
| Binary | 1100101 | 1001100 | 10001 | 0 | 11001 | 1010011 | 111100 | 101010 | 1000111 | 10111 |
Color Harmonies of #654C11
Complementary color
Monochromatic Colors of #654C11
Black with #654C11
Text Example
Text Example
White with #654C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654C11; }
p { color: rgb(101,76,17); }
H1.HeaderClassName
{
color: #654C11;
}
.AnyTagClassName
{
color: #654C11;
}
</style>
background-color css
<style>
a { background-color: #654C11; }
a { background-color: rgb(101,76,17); }
div.DivClassName
{
background-color: #654C11;
}
.BgClassName
{
background-color: #654C11;
}
</style>
border-color css
<style>
span { border-color: #654C11; }
span { border-color: rgb(101,76,17); }
td.TdClassName
{
border-color: #654C11;
}
.TagClassName
{
border-color: #654C11;
}
</style>