Shades of Raw Umber #654200
Tints of Raw Umber #654200
RGB
CMYK
RGB Variations
Color information
#654200 (or 0x654200) is known color: Raw Umber. HEX triplet: 65, 42 and 00. RGB value is (101,66,0). Sum of RGB (Red+Green+Blue) = 101+66+0=167 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.48% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 101 - color contains mainly: red. Hex color #654200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654200 is #9ABDFF. Grayscale: #454545. Windows color (decimal): -10141184 or 16997. OLE color: 16997.
HSL color Cylindrical-coordinate representation of color #654200: hue angle of 39.21º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #654200 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 66 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.60 |
| HSL | 39.21º | 1% | 0.2% | - |
| HSV(B) | 39.21º | 1% | 0.4% | - |
| XYZ | 7.32 | 6.66 | 0.9 | - |
| YUV | 68.94 | 89.1 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 66 | 0 | 0 | 0.35 | 1 | 0.60 | 39.21 | 1 | 0.2 |
| Hex | 65 | 42 | 0 | 0 | 23 | 64 | 3C | 27 | 64 | 14 |
| Octal | 145 | 102 | 0 | 0 | 43 | 144 | 74 | 47 | 144 | 24 |
| Binary | 1100101 | 1000010 | 0 | 0 | 100011 | 1100100 | 111100 | 100111 | 1100100 | 10100 |
Color Harmonies of #654200
Complementary color
Monochromatic Colors of #654200
Black with #654200
Text Example
Text Example
White with #654200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654200; }
p { color: rgb(101,66,0); }
H1.HeaderClassName
{
color: #654200;
}
.AnyTagClassName
{
color: #654200;
}
</style>
background-color css
<style>
a { background-color: #654200; }
a { background-color: rgb(101,66,0); }
div.DivClassName
{
background-color: #654200;
}
.BgClassName
{
background-color: #654200;
}
</style>
border-color css
<style>
span { border-color: #654200; }
span { border-color: rgb(101,66,0); }
td.TdClassName
{
border-color: #654200;
}
.TagClassName
{
border-color: #654200;
}
</style>