Shades of Raw Umber #64530B
Tints of Raw Umber #64530B
RGB
CMYK
RGB Variations
Color information
#64530B (or 0x64530B) is known color: Raw Umber. HEX triplet: 64, 53 and 0B. RGB value is (100,83,11). Sum of RGB (Red+Green+Blue) = 100+83+11=194 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.55% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 100 - color contains mainly: red. Hex color #64530B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64530B is #9BACF4. Grayscale: #505050. Windows color (decimal): -10202357 or 742244. OLE color: 742244.
HSL color Cylindrical-coordinate representation of color #64530B: hue angle of 48.54º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64530B is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 83 | 11 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.61 |
| HSL | 48.54º | 0.8% | 0.22% | - |
| HSV(B) | 48.54º | 0.89% | 0.39% | - |
| XYZ | 8.41 | 8.92 | 1.6 | - |
| YUV | 79.88 | 89.13 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 11 | 0 | 0.17 | 0.89 | 0.61 | 48.54 | 0.8 | 0.22 |
| Hex | 64 | 53 | B | 0 | 11 | 59 | 3D | 31 | 50 | 16 |
| Octal | 144 | 123 | 13 | 0 | 21 | 131 | 75 | 61 | 120 | 26 |
| Binary | 1100100 | 1010011 | 1011 | 0 | 10001 | 1011001 | 111101 | 110001 | 1010000 | 10110 |
Color Harmonies of #64530B
Complementary color
Monochromatic Colors of #64530B
Black with #64530B
Text Example
Text Example
White with #64530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64530B; }
p { color: rgb(100,83,11); }
H1.HeaderClassName
{
color: #64530B;
}
.AnyTagClassName
{
color: #64530B;
}
</style>
background-color css
<style>
a { background-color: #64530B; }
a { background-color: rgb(100,83,11); }
div.DivClassName
{
background-color: #64530B;
}
.BgClassName
{
background-color: #64530B;
}
</style>
border-color css
<style>
span { border-color: #64530B; }
span { border-color: rgb(100,83,11); }
td.TdClassName
{
border-color: #64530B;
}
.TagClassName
{
border-color: #64530B;
}
</style>