Shades of Raw Umber #655010
Tints of Raw Umber #655010
RGB
CMYK
RGB Variations
Color information
#655010 (or 0x655010) is known color: Raw Umber. HEX triplet: 65, 50 and 10. RGB value is (101,80,16). Sum of RGB (Red+Green+Blue) = 101+80+16=197 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.27% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 101 - color contains mainly: red. Hex color #655010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655010 is #9AAFEF. Grayscale: #4F4F4F. Windows color (decimal): -10137584 or 1069157. OLE color: 1069157.
HSL color Cylindrical-coordinate representation of color #655010: hue angle of 45.18º 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 #655010 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 80 | 16 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.60 |
| HSL | 45.18º | 0.73% | 0.23% | - |
| HSV(B) | 45.18º | 0.84% | 0.4% | - |
| XYZ | 8.33 | 8.54 | 1.7 | - |
| YUV | 78.98 | 92.46 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 16 | 0 | 0.21 | 0.84 | 0.60 | 45.18 | 0.73 | 0.23 |
| Hex | 65 | 50 | 10 | 0 | 15 | 54 | 3C | 2D | 49 | 17 |
| Octal | 145 | 120 | 20 | 0 | 25 | 124 | 74 | 55 | 111 | 27 |
| Binary | 1100101 | 1010000 | 10000 | 0 | 10101 | 1010100 | 111100 | 101101 | 1001001 | 10111 |
Color Harmonies of #655010
Complementary color
Monochromatic Colors of #655010
Black with #655010
Text Example
Text Example
White with #655010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655010; }
p { color: rgb(101,80,16); }
H1.HeaderClassName
{
color: #655010;
}
.AnyTagClassName
{
color: #655010;
}
</style>
background-color css
<style>
a { background-color: #655010; }
a { background-color: rgb(101,80,16); }
div.DivClassName
{
background-color: #655010;
}
.BgClassName
{
background-color: #655010;
}
</style>
border-color css
<style>
span { border-color: #655010; }
span { border-color: rgb(101,80,16); }
td.TdClassName
{
border-color: #655010;
}
.TagClassName
{
border-color: #655010;
}
</style>