Shades of Raw Umber #674A02
Tints of Raw Umber #674A02
RGB
CMYK
RGB Variations
Color information
#674A02 (or 0x674A02) is known color: Raw Umber. HEX triplet: 67, 4A and 02. RGB value is (103,74,2). Sum of RGB (Red+Green+Blue) = 103+74+2=179 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.54% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 103 - color contains mainly: red. Hex color #674A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674A02 is #98B5FD. Grayscale: #4A4A4A. Windows color (decimal): -10008062 or 150119. OLE color: 150119.
HSL color Cylindrical-coordinate representation of color #674A02: hue angle of 42.77º 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 #674A02 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 74 | 2 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.60 |
| HSL | 42.77º | 0.96% | 0.21% | - |
| HSV(B) | 42.77º | 0.98% | 0.4% | - |
| XYZ | 8.05 | 7.79 | 1.14 | - |
| YUV | 74.46 | 87.11 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 2 | 0 | 0.28 | 0.98 | 0.60 | 42.77 | 0.96 | 0.21 |
| Hex | 67 | 4A | 2 | 0 | 1C | 62 | 3C | 2B | 60 | 15 |
| Octal | 147 | 112 | 2 | 0 | 34 | 142 | 74 | 53 | 140 | 25 |
| Binary | 1100111 | 1001010 | 10 | 0 | 11100 | 1100010 | 111100 | 101011 | 1100000 | 10101 |
Color Harmonies of #674A02
Complementary color
Monochromatic Colors of #674A02
Black with #674A02
Text Example
Text Example
White with #674A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674A02; }
p { color: rgb(103,74,2); }
H1.HeaderClassName
{
color: #674A02;
}
.AnyTagClassName
{
color: #674A02;
}
</style>
background-color css
<style>
a { background-color: #674A02; }
a { background-color: rgb(103,74,2); }
div.DivClassName
{
background-color: #674A02;
}
.BgClassName
{
background-color: #674A02;
}
</style>
border-color css
<style>
span { border-color: #674A02; }
span { border-color: rgb(103,74,2); }
td.TdClassName
{
border-color: #674A02;
}
.TagClassName
{
border-color: #674A02;
}
</style>