Shades of Raw Umber #655805
Tints of Raw Umber #655805
RGB
CMYK
RGB Variations
Color information
#655805 (or 0x655805) is known color: Raw Umber. HEX triplet: 65, 58 and 05. RGB value is (101,88,5). Sum of RGB (Red+Green+Blue) = 101+88+5=194 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.06% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 101 - color contains mainly: red. Hex color #655805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655805 is #9AA7FA. Grayscale: #525252. Windows color (decimal): -10135547 or 350309. OLE color: 350309.
HSL color Cylindrical-coordinate representation of color #655805: hue angle of 51.88º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #655805 is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 88 | 5 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.60 |
| HSL | 51.88º | 0.91% | 0.21% | - |
| HSV(B) | 51.88º | 0.95% | 0.4% | - |
| XYZ | 8.88 | 9.76 | 1.56 | - |
| YUV | 82.43 | 84.31 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 5 | 0 | 0.13 | 0.95 | 0.60 | 51.88 | 0.91 | 0.21 |
| Hex | 65 | 58 | 5 | 0 | D | 5F | 3C | 34 | 5B | 15 |
| Octal | 145 | 130 | 5 | 0 | 15 | 137 | 74 | 64 | 133 | 25 |
| Binary | 1100101 | 1011000 | 101 | 0 | 1101 | 1011111 | 111100 | 110100 | 1011011 | 10101 |
Color Harmonies of #655805
Complementary color
Monochromatic Colors of #655805
Black with #655805
Text Example
Text Example
White with #655805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655805; }
p { color: rgb(101,88,5); }
H1.HeaderClassName
{
color: #655805;
}
.AnyTagClassName
{
color: #655805;
}
</style>
background-color css
<style>
a { background-color: #655805; }
a { background-color: rgb(101,88,5); }
div.DivClassName
{
background-color: #655805;
}
.BgClassName
{
background-color: #655805;
}
</style>
border-color css
<style>
span { border-color: #655805; }
span { border-color: rgb(101,88,5); }
td.TdClassName
{
border-color: #655805;
}
.TagClassName
{
border-color: #655805;
}
</style>