Shades of Raw Umber #655101
Tints of Raw Umber #655101
RGB
CMYK
RGB Variations
Color information
#655101 (or 0x655101) is known color: Raw Umber. HEX triplet: 65, 51 and 01. RGB value is (101,81,1). Sum of RGB (Red+Green+Blue) = 101+81+1=183 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.19% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 101 - color contains mainly: red. Hex color #655101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655101 is #9AAEFE. Grayscale: #4E4E4E. Windows color (decimal): -10137343 or 86373. OLE color: 86373.
HSL color Cylindrical-coordinate representation of color #655101: hue angle of 48º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #655101 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 81 | 1 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.60 |
| HSL | 48º | 0.98% | 0.2% | - |
| HSV(B) | 48º | 0.99% | 0.4% | - |
| XYZ | 8.31 | 8.65 | 1.26 | - |
| YUV | 77.86 | 84.63 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 1 | 0 | 0.20 | 0.99 | 0.60 | 48 | 0.98 | 0.2 |
| Hex | 65 | 51 | 1 | 0 | 14 | 63 | 3C | 30 | 62 | 14 |
| Octal | 145 | 121 | 1 | 0 | 24 | 143 | 74 | 60 | 142 | 24 |
| Binary | 1100101 | 1010001 | 1 | 0 | 10100 | 1100011 | 111100 | 110000 | 1100010 | 10100 |
Color Harmonies of #655101
Complementary color
Monochromatic Colors of #655101
Black with #655101
Text Example
Text Example
White with #655101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655101; }
p { color: rgb(101,81,1); }
H1.HeaderClassName
{
color: #655101;
}
.AnyTagClassName
{
color: #655101;
}
</style>
background-color css
<style>
a { background-color: #655101; }
a { background-color: rgb(101,81,1); }
div.DivClassName
{
background-color: #655101;
}
.BgClassName
{
background-color: #655101;
}
</style>
border-color css
<style>
span { border-color: #655101; }
span { border-color: rgb(101,81,1); }
td.TdClassName
{
border-color: #655101;
}
.TagClassName
{
border-color: #655101;
}
</style>