Shades of Raw Umber #654505
Tints of Raw Umber #654505
RGB
CMYK
RGB Variations
Color information
#654505 (or 0x654505) is known color: Raw Umber. HEX triplet: 65, 45 and 05. RGB value is (101,69,5). Sum of RGB (Red+Green+Blue) = 101+69+5=175 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.71% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 101 - color contains mainly: red. Hex color #654505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654505 is #9ABAFA. Grayscale: #474747. Windows color (decimal): -10140411 or 345445. OLE color: 345445.
HSL color Cylindrical-coordinate representation of color #654505: hue angle of 40º 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 #654505 is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 69 | 5 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.60 |
| HSL | 40º | 0.91% | 0.21% | - |
| HSV(B) | 40º | 0.95% | 0.4% | - |
| XYZ | 7.52 | 7.03 | 1.1 | - |
| YUV | 71.27 | 90.6 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 5 | 0 | 0.32 | 0.95 | 0.60 | 40 | 0.91 | 0.21 |
| Hex | 65 | 45 | 5 | 0 | 20 | 5F | 3C | 28 | 5B | 15 |
| Octal | 145 | 105 | 5 | 0 | 40 | 137 | 74 | 50 | 133 | 25 |
| Binary | 1100101 | 1000101 | 101 | 0 | 100000 | 1011111 | 111100 | 101000 | 1011011 | 10101 |
Color Harmonies of #654505
Complementary color
Monochromatic Colors of #654505
Black with #654505
Text Example
Text Example
White with #654505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654505; }
p { color: rgb(101,69,5); }
H1.HeaderClassName
{
color: #654505;
}
.AnyTagClassName
{
color: #654505;
}
</style>
background-color css
<style>
a { background-color: #654505; }
a { background-color: rgb(101,69,5); }
div.DivClassName
{
background-color: #654505;
}
.BgClassName
{
background-color: #654505;
}
</style>
border-color css
<style>
span { border-color: #654505; }
span { border-color: rgb(101,69,5); }
td.TdClassName
{
border-color: #654505;
}
.TagClassName
{
border-color: #654505;
}
</style>