Shades of Raw Umber #674C02
Tints of Raw Umber #674C02
RGB
CMYK
RGB Variations
Color information
#674C02 (or 0x674C02) is known color: Raw Umber. HEX triplet: 67, 4C and 02. RGB value is (103,76,2). Sum of RGB (Red+Green+Blue) = 103+76+2=181 (23% of max value = 765). Red value is 103 (40.62% from 255 or 56.91% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 103 - color contains mainly: red. Hex color #674C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674C02 is #98B3FD. Grayscale: #4B4B4B. Windows color (decimal): -10007550 or 150631. OLE color: 150631.
HSL color Cylindrical-coordinate representation of color #674C02: hue angle of 43.96º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #674C02 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 76 | 2 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.60 |
| HSL | 43.96º | 0.96% | 0.21% | - |
| HSV(B) | 43.96º | 0.98% | 0.4% | - |
| XYZ | 8.19 | 8.06 | 1.18 | - |
| YUV | 75.64 | 86.45 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 2 | 0 | 0.26 | 0.98 | 0.60 | 43.96 | 0.96 | 0.21 |
| Hex | 67 | 4C | 2 | 0 | 1A | 62 | 3C | 2C | 60 | 15 |
| Octal | 147 | 114 | 2 | 0 | 32 | 142 | 74 | 54 | 140 | 25 |
| Binary | 1100111 | 1001100 | 10 | 0 | 11010 | 1100010 | 111100 | 101100 | 1100000 | 10101 |
Color Harmonies of #674C02
Complementary color
Monochromatic Colors of #674C02
Black with #674C02
Text Example
Text Example
White with #674C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674C02; }
p { color: rgb(103,76,2); }
H1.HeaderClassName
{
color: #674C02;
}
.AnyTagClassName
{
color: #674C02;
}
</style>
background-color css
<style>
a { background-color: #674C02; }
a { background-color: rgb(103,76,2); }
div.DivClassName
{
background-color: #674C02;
}
.BgClassName
{
background-color: #674C02;
}
</style>
border-color css
<style>
span { border-color: #674C02; }
span { border-color: rgb(103,76,2); }
td.TdClassName
{
border-color: #674C02;
}
.TagClassName
{
border-color: #674C02;
}
</style>