Shades of Raw Umber #654C07
Tints of Raw Umber #654C07
RGB
CMYK
RGB Variations
Color information
#654C07 (or 0x654C07) is known color: Raw Umber. HEX triplet: 65, 4C and 07. RGB value is (101,76,7). Sum of RGB (Red+Green+Blue) = 101+76+7=184 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.89% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 101 - color contains mainly: red. Hex color #654C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654C07 is #9AB3F8. Grayscale: #4B4B4B. Windows color (decimal): -10138617 or 478309. OLE color: 478309.
HSL color Cylindrical-coordinate representation of color #654C07: hue angle of 44.04º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #654C07 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 76 | 7 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.60 |
| HSL | 44.04º | 0.87% | 0.21% | - |
| HSV(B) | 44.04º | 0.93% | 0.4% | - |
| XYZ | 7.99 | 7.95 | 1.31 | - |
| YUV | 75.61 | 89.28 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 7 | 0 | 0.25 | 0.93 | 0.60 | 44.04 | 0.87 | 0.21 |
| Hex | 65 | 4C | 7 | 0 | 19 | 5D | 3C | 2C | 57 | 15 |
| Octal | 145 | 114 | 7 | 0 | 31 | 135 | 74 | 54 | 127 | 25 |
| Binary | 1100101 | 1001100 | 111 | 0 | 11001 | 1011101 | 111100 | 101100 | 1010111 | 10101 |
Color Harmonies of #654C07
Complementary color
Monochromatic Colors of #654C07
Black with #654C07
Text Example
Text Example
White with #654C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654C07; }
p { color: rgb(101,76,7); }
H1.HeaderClassName
{
color: #654C07;
}
.AnyTagClassName
{
color: #654C07;
}
</style>
background-color css
<style>
a { background-color: #654C07; }
a { background-color: rgb(101,76,7); }
div.DivClassName
{
background-color: #654C07;
}
.BgClassName
{
background-color: #654C07;
}
</style>
border-color css
<style>
span { border-color: #654C07; }
span { border-color: rgb(101,76,7); }
td.TdClassName
{
border-color: #654C07;
}
.TagClassName
{
border-color: #654C07;
}
</style>