Shades of Raw Umber #645509
Tints of Raw Umber #645509
RGB
CMYK
RGB Variations
Color information
#645509 (or 0x645509) is known color: Raw Umber. HEX triplet: 64, 55 and 09. RGB value is (100,85,9). Sum of RGB (Red+Green+Blue) = 100+85+9=194 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.55% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 9 (3.91% from 255 or 4.64% from 194); Max value from RGB is 100 - color contains mainly: red. Hex color #645509 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645509 is #9BAAF6. Grayscale: #515151. Windows color (decimal): -10201847 or 611684. OLE color: 611684.
HSL color Cylindrical-coordinate representation of color #645509: hue angle of 50.11º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #645509 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 85 | 9 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.61 |
| HSL | 50.11º | 0.83% | 0.21% | - |
| HSV(B) | 50.11º | 0.91% | 0.39% | - |
| XYZ | 8.55 | 9.23 | 1.59 | - |
| YUV | 80.82 | 87.47 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 85 | 9 | 0 | 0.15 | 0.91 | 0.61 | 50.11 | 0.83 | 0.21 |
| Hex | 64 | 55 | 9 | 0 | F | 5B | 3D | 32 | 53 | 15 |
| Octal | 144 | 125 | 11 | 0 | 17 | 133 | 75 | 62 | 123 | 25 |
| Binary | 1100100 | 1010101 | 1001 | 0 | 1111 | 1011011 | 111101 | 110010 | 1010011 | 10101 |
Color Harmonies of #645509
Complementary color
Monochromatic Colors of #645509
Black with #645509
Text Example
Text Example
White with #645509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645509; }
p { color: rgb(100,85,9); }
H1.HeaderClassName
{
color: #645509;
}
.AnyTagClassName
{
color: #645509;
}
</style>
background-color css
<style>
a { background-color: #645509; }
a { background-color: rgb(100,85,9); }
div.DivClassName
{
background-color: #645509;
}
.BgClassName
{
background-color: #645509;
}
</style>
border-color css
<style>
span { border-color: #645509; }
span { border-color: rgb(100,85,9); }
td.TdClassName
{
border-color: #645509;
}
.TagClassName
{
border-color: #645509;
}
</style>