Shades of Raw Umber #655005
Tints of Raw Umber #655005
RGB
CMYK
RGB Variations
Color information
#655005 (or 0x655005) is known color: Raw Umber. HEX triplet: 65, 50 and 05. RGB value is (101,80,5). Sum of RGB (Red+Green+Blue) = 101+80+5=186 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.30% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 101 - color contains mainly: red. Hex color #655005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655005 is #9AAFFA. Grayscale: #4E4E4E. Windows color (decimal): -10137595 or 348261. OLE color: 348261.
HSL color Cylindrical-coordinate representation of color #655005: hue angle of 46.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 #655005 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 80 | 5 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.60 |
| HSL | 46.88º | 0.91% | 0.21% | - |
| HSV(B) | 46.88º | 0.95% | 0.4% | - |
| XYZ | 8.26 | 8.51 | 1.35 | - |
| YUV | 77.73 | 86.96 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 5 | 0 | 0.21 | 0.95 | 0.60 | 46.88 | 0.91 | 0.21 |
| Hex | 65 | 50 | 5 | 0 | 15 | 5F | 3C | 2F | 5B | 15 |
| Octal | 145 | 120 | 5 | 0 | 25 | 137 | 74 | 57 | 133 | 25 |
| Binary | 1100101 | 1010000 | 101 | 0 | 10101 | 1011111 | 111100 | 101111 | 1011011 | 10101 |
Color Harmonies of #655005
Complementary color
Monochromatic Colors of #655005
Black with #655005
Text Example
Text Example
White with #655005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655005; }
p { color: rgb(101,80,5); }
H1.HeaderClassName
{
color: #655005;
}
.AnyTagClassName
{
color: #655005;
}
</style>
background-color css
<style>
a { background-color: #655005; }
a { background-color: rgb(101,80,5); }
div.DivClassName
{
background-color: #655005;
}
.BgClassName
{
background-color: #655005;
}
</style>
border-color css
<style>
span { border-color: #655005; }
span { border-color: rgb(101,80,5); }
td.TdClassName
{
border-color: #655005;
}
.TagClassName
{
border-color: #655005;
}
</style>