Shades of Raw Umber #644C02
Tints of Raw Umber #644C02
RGB
CMYK
RGB Variations
Color information
#644C02 (or 0x644C02) is known color: Raw Umber. HEX triplet: 64, 4C and 02. RGB value is (100,76,2). Sum of RGB (Red+Green+Blue) = 100+76+2=178 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.18% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 100 - color contains mainly: red. Hex color #644C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644C02 is #9BB3FD. Grayscale: #4B4B4B. Windows color (decimal): -10204158 or 150628. OLE color: 150628.
HSL color Cylindrical-coordinate representation of color #644C02: hue angle of 45.31º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #644C02 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 76 | 2 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.61 |
| HSL | 45.31º | 0.96% | 0.2% | - |
| HSV(B) | 45.31º | 0.98% | 0.39% | - |
| XYZ | 7.85 | 7.88 | 1.17 | - |
| YUV | 74.74 | 86.95 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 2 | 0 | 0.24 | 0.98 | 0.61 | 45.31 | 0.96 | 0.2 |
| Hex | 64 | 4C | 2 | 0 | 18 | 62 | 3D | 2D | 60 | 14 |
| Octal | 144 | 114 | 2 | 0 | 30 | 142 | 75 | 55 | 140 | 24 |
| Binary | 1100100 | 1001100 | 10 | 0 | 11000 | 1100010 | 111101 | 101101 | 1100000 | 10100 |
Color Harmonies of #644C02
Complementary color
Monochromatic Colors of #644C02
Black with #644C02
Text Example
Text Example
White with #644C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C02; }
p { color: rgb(100,76,2); }
H1.HeaderClassName
{
color: #644C02;
}
.AnyTagClassName
{
color: #644C02;
}
</style>
background-color css
<style>
a { background-color: #644C02; }
a { background-color: rgb(100,76,2); }
div.DivClassName
{
background-color: #644C02;
}
.BgClassName
{
background-color: #644C02;
}
</style>
border-color css
<style>
span { border-color: #644C02; }
span { border-color: rgb(100,76,2); }
td.TdClassName
{
border-color: #644C02;
}
.TagClassName
{
border-color: #644C02;
}
</style>