Shades of Raw Umber #674A00
Tints of Raw Umber #674A00
RGB
CMYK
RGB Variations
Color information
#674A00 (or 0x674A00) is known color: Raw Umber. HEX triplet: 67, 4A and 00. RGB value is (103,74,0). Sum of RGB (Red+Green+Blue) = 103+74+0=177 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.19% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 103 - color contains mainly: red. Hex color #674A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674A00 is #98B5FF. Grayscale: #4A4A4A. Windows color (decimal): -10008064 or 19047. OLE color: 19047.
HSL color Cylindrical-coordinate representation of color #674A00: hue angle of 43.11º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #674A00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 74 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.60 |
| HSL | 43.11º | 1% | 0.2% | - |
| HSV(B) | 43.11º | 1% | 0.4% | - |
| XYZ | 8.04 | 7.78 | 1.08 | - |
| YUV | 74.24 | 86.11 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 0 | 0 | 0.28 | 1 | 0.60 | 43.11 | 1 | 0.2 |
| Hex | 67 | 4A | 0 | 0 | 1C | 64 | 3C | 2B | 64 | 14 |
| Octal | 147 | 112 | 0 | 0 | 34 | 144 | 74 | 53 | 144 | 24 |
| Binary | 1100111 | 1001010 | 0 | 0 | 11100 | 1100100 | 111100 | 101011 | 1100100 | 10100 |
Color Harmonies of #674A00
Complementary color
Monochromatic Colors of #674A00
Black with #674A00
Text Example
Text Example
White with #674A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674A00; }
p { color: rgb(103,74,0); }
H1.HeaderClassName
{
color: #674A00;
}
.AnyTagClassName
{
color: #674A00;
}
</style>
background-color css
<style>
a { background-color: #674A00; }
a { background-color: rgb(103,74,0); }
div.DivClassName
{
background-color: #674A00;
}
.BgClassName
{
background-color: #674A00;
}
</style>
border-color css
<style>
span { border-color: #674A00; }
span { border-color: rgb(103,74,0); }
td.TdClassName
{
border-color: #674A00;
}
.TagClassName
{
border-color: #674A00;
}
</style>