Shades of Raw Umber #654300
Tints of Raw Umber #654300
RGB
CMYK
RGB Variations
Color information
#654300 (or 0x654300) is known color: Raw Umber. HEX triplet: 65, 43 and 00. RGB value is (101,67,0). Sum of RGB (Red+Green+Blue) = 101+67+0=168 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.12% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 101 - color contains mainly: red. Hex color #654300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654300 is #9ABCFF. Grayscale: #454545. Windows color (decimal): -10140928 or 17253. OLE color: 17253.
HSL color Cylindrical-coordinate representation of color #654300: hue angle of 39.8º 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 #654300 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 67 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.60 |
| HSL | 39.8º | 1% | 0.2% | - |
| HSV(B) | 39.8º | 1% | 0.4% | - |
| XYZ | 7.37 | 6.78 | 0.92 | - |
| YUV | 69.53 | 88.76 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 0 | 0 | 0.34 | 1 | 0.60 | 39.8 | 1 | 0.2 |
| Hex | 65 | 43 | 0 | 0 | 22 | 64 | 3C | 28 | 64 | 14 |
| Octal | 145 | 103 | 0 | 0 | 42 | 144 | 74 | 50 | 144 | 24 |
| Binary | 1100101 | 1000011 | 0 | 0 | 100010 | 1100100 | 111100 | 101000 | 1100100 | 10100 |
Color Harmonies of #654300
Complementary color
Monochromatic Colors of #654300
Black with #654300
Text Example
Text Example
White with #654300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654300; }
p { color: rgb(101,67,0); }
H1.HeaderClassName
{
color: #654300;
}
.AnyTagClassName
{
color: #654300;
}
</style>
background-color css
<style>
a { background-color: #654300; }
a { background-color: rgb(101,67,0); }
div.DivClassName
{
background-color: #654300;
}
.BgClassName
{
background-color: #654300;
}
</style>
border-color css
<style>
span { border-color: #654300; }
span { border-color: rgb(101,67,0); }
td.TdClassName
{
border-color: #654300;
}
.TagClassName
{
border-color: #654300;
}
</style>