Shades of Raw Umber #654A08
Tints of Raw Umber #654A08
RGB
CMYK
RGB Variations
Color information
#654A08 (or 0x654A08) is known color: Raw Umber. HEX triplet: 65, 4A and 08. RGB value is (101,74,8). Sum of RGB (Red+Green+Blue) = 101+74+8=183 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.19% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 101 - color contains mainly: red. Hex color #654A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654A08 is #9AB5F7. Grayscale: #4A4A4A. Windows color (decimal): -10139128 or 543333. OLE color: 543333.
HSL color Cylindrical-coordinate representation of color #654A08: hue angle of 42.58º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #654A08 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 74 | 8 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.60 |
| HSL | 42.58º | 0.85% | 0.21% | - |
| HSV(B) | 42.58º | 0.92% | 0.4% | - |
| XYZ | 7.86 | 7.68 | 1.3 | - |
| YUV | 74.55 | 90.45 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 8 | 0 | 0.27 | 0.92 | 0.60 | 42.58 | 0.85 | 0.21 |
| Hex | 65 | 4A | 8 | 0 | 1B | 5C | 3C | 2B | 55 | 15 |
| Octal | 145 | 112 | 10 | 0 | 33 | 134 | 74 | 53 | 125 | 25 |
| Binary | 1100101 | 1001010 | 1000 | 0 | 11011 | 1011100 | 111100 | 101011 | 1010101 | 10101 |
Color Harmonies of #654A08
Complementary color
Monochromatic Colors of #654A08
Black with #654A08
Text Example
Text Example
White with #654A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654A08; }
p { color: rgb(101,74,8); }
H1.HeaderClassName
{
color: #654A08;
}
.AnyTagClassName
{
color: #654A08;
}
</style>
background-color css
<style>
a { background-color: #654A08; }
a { background-color: rgb(101,74,8); }
div.DivClassName
{
background-color: #654A08;
}
.BgClassName
{
background-color: #654A08;
}
</style>
border-color css
<style>
span { border-color: #654A08; }
span { border-color: rgb(101,74,8); }
td.TdClassName
{
border-color: #654A08;
}
.TagClassName
{
border-color: #654A08;
}
</style>