Shades of Raw Umber #674F05
Tints of Raw Umber #674F05
RGB
CMYK
RGB Variations
Color information
#674F05 (or 0x674F05) is known color: Raw Umber. HEX triplet: 67, 4F and 05. RGB value is (103,79,5). Sum of RGB (Red+Green+Blue) = 103+79+5=187 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.08% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 103 - color contains mainly: red. Hex color #674F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #674F05 is #98B0FA. Grayscale: #4E4E4E. Windows color (decimal): -10006779 or 348007. OLE color: 348007.
HSL color Cylindrical-coordinate representation of color #674F05: hue angle of 45.31º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #674F05 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 79 | 5 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.60 |
| HSL | 45.31º | 0.91% | 0.21% | - |
| HSV(B) | 45.31º | 0.95% | 0.4% | - |
| XYZ | 8.42 | 8.49 | 1.34 | - |
| YUV | 77.74 | 86.95 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 79 | 5 | 0 | 0.23 | 0.95 | 0.60 | 45.31 | 0.91 | 0.21 |
| Hex | 67 | 4F | 5 | 0 | 17 | 5F | 3C | 2D | 5B | 15 |
| Octal | 147 | 117 | 5 | 0 | 27 | 137 | 74 | 55 | 133 | 25 |
| Binary | 1100111 | 1001111 | 101 | 0 | 10111 | 1011111 | 111100 | 101101 | 1011011 | 10101 |
Color Harmonies of #674F05
Complementary color
Monochromatic Colors of #674F05
Black with #674F05
Text Example
Text Example
White with #674F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674F05; }
p { color: rgb(103,79,5); }
H1.HeaderClassName
{
color: #674F05;
}
.AnyTagClassName
{
color: #674F05;
}
</style>
background-color css
<style>
a { background-color: #674F05; }
a { background-color: rgb(103,79,5); }
div.DivClassName
{
background-color: #674F05;
}
.BgClassName
{
background-color: #674F05;
}
</style>
border-color css
<style>
span { border-color: #674F05; }
span { border-color: rgb(103,79,5); }
td.TdClassName
{
border-color: #674F05;
}
.TagClassName
{
border-color: #674F05;
}
</style>