Shades of Raw Umber #655405
Tints of Raw Umber #655405
RGB
CMYK
RGB Variations
Color information
#655405 (or 0x655405) is known color: Raw Umber. HEX triplet: 65, 54 and 05. RGB value is (101,84,5). Sum of RGB (Red+Green+Blue) = 101+84+5=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #655405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655405 is #9AABFA. Grayscale: #505050. Windows color (decimal): -10136571 or 349285. OLE color: 349285.
HSL color Cylindrical-coordinate representation of color #655405: hue angle of 49.38º 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 #655405 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 84 | 5 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.60 |
| HSL | 49.38º | 0.91% | 0.21% | - |
| HSV(B) | 49.38º | 0.95% | 0.4% | - |
| XYZ | 8.56 | 9.12 | 1.45 | - |
| YUV | 80.08 | 85.63 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 84 | 5 | 0 | 0.17 | 0.95 | 0.60 | 49.38 | 0.91 | 0.21 |
| Hex | 65 | 54 | 5 | 0 | 11 | 5F | 3C | 31 | 5B | 15 |
| Octal | 145 | 124 | 5 | 0 | 21 | 137 | 74 | 61 | 133 | 25 |
| Binary | 1100101 | 1010100 | 101 | 0 | 10001 | 1011111 | 111100 | 110001 | 1011011 | 10101 |
Color Harmonies of #655405
Complementary color
Monochromatic Colors of #655405
Black with #655405
Text Example
Text Example
White with #655405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655405; }
p { color: rgb(101,84,5); }
H1.HeaderClassName
{
color: #655405;
}
.AnyTagClassName
{
color: #655405;
}
</style>
background-color css
<style>
a { background-color: #655405; }
a { background-color: rgb(101,84,5); }
div.DivClassName
{
background-color: #655405;
}
.BgClassName
{
background-color: #655405;
}
</style>
border-color css
<style>
span { border-color: #655405; }
span { border-color: rgb(101,84,5); }
td.TdClassName
{
border-color: #655405;
}
.TagClassName
{
border-color: #655405;
}
</style>