Shades of Raw Umber #654305
Tints of Raw Umber #654305
RGB
CMYK
RGB Variations
Color information
#654305 (or 0x654305) is known color: Raw Umber. HEX triplet: 65, 43 and 05. RGB value is (101,67,5). Sum of RGB (Red+Green+Blue) = 101+67+5=173 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.38% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 101 - color contains mainly: red. Hex color #654305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654305 is #9ABCFA. Grayscale: #464646. Windows color (decimal): -10140923 or 344933. OLE color: 344933.
HSL color Cylindrical-coordinate representation of color #654305: hue angle of 38.75º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #654305 is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 67 | 5 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.60 |
| HSL | 38.75º | 0.91% | 0.21% | - |
| HSV(B) | 38.75º | 0.95% | 0.4% | - |
| XYZ | 7.4 | 6.79 | 1.06 | - |
| YUV | 70.1 | 91.26 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 5 | 0 | 0.34 | 0.95 | 0.60 | 38.75 | 0.91 | 0.21 |
| Hex | 65 | 43 | 5 | 0 | 22 | 5F | 3C | 27 | 5B | 15 |
| Octal | 145 | 103 | 5 | 0 | 42 | 137 | 74 | 47 | 133 | 25 |
| Binary | 1100101 | 1000011 | 101 | 0 | 100010 | 1011111 | 111100 | 100111 | 1011011 | 10101 |
Color Harmonies of #654305
Complementary color
Monochromatic Colors of #654305
Black with #654305
Text Example
Text Example
White with #654305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654305; }
p { color: rgb(101,67,5); }
H1.HeaderClassName
{
color: #654305;
}
.AnyTagClassName
{
color: #654305;
}
</style>
background-color css
<style>
a { background-color: #654305; }
a { background-color: rgb(101,67,5); }
div.DivClassName
{
background-color: #654305;
}
.BgClassName
{
background-color: #654305;
}
</style>
border-color css
<style>
span { border-color: #654305; }
span { border-color: rgb(101,67,5); }
td.TdClassName
{
border-color: #654305;
}
.TagClassName
{
border-color: #654305;
}
</style>