Shades of Raw Umber #655404
Tints of Raw Umber #655404
RGB
CMYK
RGB Variations
Color information
#655404 (or 0x655404) is known color: Raw Umber. HEX triplet: 65, 54 and 04. RGB value is (101,84,4). Sum of RGB (Red+Green+Blue) = 101+84+4=189 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.44% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 101 - color contains mainly: red. Hex color #655404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655404 is #9AABFB. Grayscale: #505050. Windows color (decimal): -10136572 or 283749. OLE color: 283749.
HSL color Cylindrical-coordinate representation of color #655404: hue angle of 49.48º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #655404 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 84 | 4 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.60 |
| HSL | 49.48º | 0.92% | 0.21% | - |
| HSV(B) | 49.48º | 0.96% | 0.4% | - |
| XYZ | 8.56 | 9.12 | 1.42 | - |
| YUV | 79.96 | 85.13 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 84 | 4 | 0 | 0.17 | 0.96 | 0.60 | 49.48 | 0.92 | 0.21 |
| Hex | 65 | 54 | 4 | 0 | 11 | 60 | 3C | 31 | 5C | 15 |
| Octal | 145 | 124 | 4 | 0 | 21 | 140 | 74 | 61 | 134 | 25 |
| Binary | 1100101 | 1010100 | 100 | 0 | 10001 | 1100000 | 111100 | 110001 | 1011100 | 10101 |
Color Harmonies of #655404
Complementary color
Monochromatic Colors of #655404
Black with #655404
Text Example
Text Example
White with #655404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655404; }
p { color: rgb(101,84,4); }
H1.HeaderClassName
{
color: #655404;
}
.AnyTagClassName
{
color: #655404;
}
</style>
background-color css
<style>
a { background-color: #655404; }
a { background-color: rgb(101,84,4); }
div.DivClassName
{
background-color: #655404;
}
.BgClassName
{
background-color: #655404;
}
</style>
border-color css
<style>
span { border-color: #655404; }
span { border-color: rgb(101,84,4); }
td.TdClassName
{
border-color: #655404;
}
.TagClassName
{
border-color: #655404;
}
</style>