Shades of Raw Umber #654301
Tints of Raw Umber #654301
RGB
CMYK
RGB Variations
Color information
#654301 (or 0x654301) is known color: Raw Umber. HEX triplet: 65, 43 and 01. RGB value is (101,67,1). Sum of RGB (Red+Green+Blue) = 101+67+1=169 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.76% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 101 - color contains mainly: red. Hex color #654301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654301 is #9ABCFE. Grayscale: #454545. Windows color (decimal): -10140927 or 82789. OLE color: 82789.
HSL color Cylindrical-coordinate representation of color #654301: hue angle of 39.6º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #654301 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 67 | 1 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.60 |
| HSL | 39.6º | 0.98% | 0.2% | - |
| HSV(B) | 39.6º | 0.99% | 0.4% | - |
| XYZ | 7.38 | 6.78 | 0.95 | - |
| YUV | 69.64 | 89.26 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 1 | 0 | 0.34 | 0.99 | 0.60 | 39.6 | 0.98 | 0.2 |
| Hex | 65 | 43 | 1 | 0 | 22 | 63 | 3C | 28 | 62 | 14 |
| Octal | 145 | 103 | 1 | 0 | 42 | 143 | 74 | 50 | 142 | 24 |
| Binary | 1100101 | 1000011 | 1 | 0 | 100010 | 1100011 | 111100 | 101000 | 1100010 | 10100 |
Color Harmonies of #654301
Complementary color
Monochromatic Colors of #654301
Black with #654301
Text Example
Text Example
White with #654301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654301; }
p { color: rgb(101,67,1); }
H1.HeaderClassName
{
color: #654301;
}
.AnyTagClassName
{
color: #654301;
}
</style>
background-color css
<style>
a { background-color: #654301; }
a { background-color: rgb(101,67,1); }
div.DivClassName
{
background-color: #654301;
}
.BgClassName
{
background-color: #654301;
}
</style>
border-color css
<style>
span { border-color: #654301; }
span { border-color: rgb(101,67,1); }
td.TdClassName
{
border-color: #654301;
}
.TagClassName
{
border-color: #654301;
}
</style>