Shades of Raw Umber #654C10
Tints of Raw Umber #654C10
RGB
CMYK
RGB Variations
Color information
#654C10 (or 0x654C10) is known color: Raw Umber. HEX triplet: 65, 4C and 10. RGB value is (101,76,16). Sum of RGB (Red+Green+Blue) = 101+76+16=193 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.33% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 101 - color contains mainly: red. Hex color #654C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654C10 is #9AB3EF. Grayscale: #4C4C4C. Windows color (decimal): -10138608 or 1068133. OLE color: 1068133.
HSL color Cylindrical-coordinate representation of color #654C10: hue angle of 42.35º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #654C10 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 76 | 16 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.60 |
| HSL | 42.35º | 0.73% | 0.23% | - |
| HSV(B) | 42.35º | 0.84% | 0.4% | - |
| XYZ | 8.04 | 7.97 | 1.61 | - |
| YUV | 76.64 | 93.78 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 16 | 0 | 0.25 | 0.84 | 0.60 | 42.35 | 0.73 | 0.23 |
| Hex | 65 | 4C | 10 | 0 | 19 | 54 | 3C | 2A | 49 | 17 |
| Octal | 145 | 114 | 20 | 0 | 31 | 124 | 74 | 52 | 111 | 27 |
| Binary | 1100101 | 1001100 | 10000 | 0 | 11001 | 1010100 | 111100 | 101010 | 1001001 | 10111 |
Color Harmonies of #654C10
Complementary color
Monochromatic Colors of #654C10
Black with #654C10
Text Example
Text Example
White with #654C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654C10; }
p { color: rgb(101,76,16); }
H1.HeaderClassName
{
color: #654C10;
}
.AnyTagClassName
{
color: #654C10;
}
</style>
background-color css
<style>
a { background-color: #654C10; }
a { background-color: rgb(101,76,16); }
div.DivClassName
{
background-color: #654C10;
}
.BgClassName
{
background-color: #654C10;
}
</style>
border-color css
<style>
span { border-color: #654C10; }
span { border-color: rgb(101,76,16); }
td.TdClassName
{
border-color: #654C10;
}
.TagClassName
{
border-color: #654C10;
}
</style>