Shades of Raw Umber #654002
Tints of Raw Umber #654002
RGB
CMYK
RGB Variations
Color information
#654002 (or 0x654002) is known color: Raw Umber. HEX triplet: 65, 40 and 02. RGB value is (101,64,2). Sum of RGB (Red+Green+Blue) = 101+64+2=167 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.48% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 101 - color contains mainly: red. Hex color #654002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654002 is #9ABFFD. Grayscale: #444444. Windows color (decimal): -10141694 or 147557. OLE color: 147557.
HSL color Cylindrical-coordinate representation of color #654002: hue angle of 37.58º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #654002 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 64 | 2 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.60 |
| HSL | 37.58º | 0.96% | 0.2% | - |
| HSV(B) | 37.58º | 0.98% | 0.4% | - |
| XYZ | 7.21 | 6.44 | 0.92 | - |
| YUV | 68 | 90.76 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 64 | 2 | 0 | 0.37 | 0.98 | 0.60 | 37.58 | 0.96 | 0.2 |
| Hex | 65 | 40 | 2 | 0 | 25 | 62 | 3C | 26 | 60 | 14 |
| Octal | 145 | 100 | 2 | 0 | 45 | 142 | 74 | 46 | 140 | 24 |
| Binary | 1100101 | 1000000 | 10 | 0 | 100101 | 1100010 | 111100 | 100110 | 1100000 | 10100 |
Color Harmonies of #654002
Complementary color
Monochromatic Colors of #654002
Black with #654002
Text Example
Text Example
White with #654002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654002; }
p { color: rgb(101,64,2); }
H1.HeaderClassName
{
color: #654002;
}
.AnyTagClassName
{
color: #654002;
}
</style>
background-color css
<style>
a { background-color: #654002; }
a { background-color: rgb(101,64,2); }
div.DivClassName
{
background-color: #654002;
}
.BgClassName
{
background-color: #654002;
}
</style>
border-color css
<style>
span { border-color: #654002; }
span { border-color: rgb(101,64,2); }
td.TdClassName
{
border-color: #654002;
}
.TagClassName
{
border-color: #654002;
}
</style>