Shades of Raw Umber #674B11
Tints of Raw Umber #674B11
RGB
CMYK
RGB Variations
Color information
#674B11 (or 0x674B11) is known color: Raw Umber. HEX triplet: 67, 4B and 11. RGB value is (103,75,17). Sum of RGB (Red+Green+Blue) = 103+75+17=195 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.82% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 103 - color contains mainly: red. Hex color #674B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674B11 is #98B4EE. Grayscale: #4D4D4D. Windows color (decimal): -10007791 or 1133415. OLE color: 1133415.
HSL color Cylindrical-coordinate representation of color #674B11: hue angle of 40.47º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #674B11 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 75 | 17 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.60 |
| HSL | 40.47º | 0.72% | 0.24% | - |
| HSV(B) | 40.47º | 0.83% | 0.4% | - |
| XYZ | 8.21 | 7.96 | 1.63 | - |
| YUV | 76.76 | 94.28 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 17 | 0 | 0.27 | 0.83 | 0.60 | 40.47 | 0.72 | 0.24 |
| Hex | 67 | 4B | 11 | 0 | 1B | 53 | 3C | 28 | 48 | 18 |
| Octal | 147 | 113 | 21 | 0 | 33 | 123 | 74 | 50 | 110 | 30 |
| Binary | 1100111 | 1001011 | 10001 | 0 | 11011 | 1010011 | 111100 | 101000 | 1001000 | 11000 |
Color Harmonies of #674B11
Complementary color
Monochromatic Colors of #674B11
Black with #674B11
Text Example
Text Example
White with #674B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674B11; }
p { color: rgb(103,75,17); }
H1.HeaderClassName
{
color: #674B11;
}
.AnyTagClassName
{
color: #674B11;
}
</style>
background-color css
<style>
a { background-color: #674B11; }
a { background-color: rgb(103,75,17); }
div.DivClassName
{
background-color: #674B11;
}
.BgClassName
{
background-color: #674B11;
}
</style>
border-color css
<style>
span { border-color: #674B11; }
span { border-color: rgb(103,75,17); }
td.TdClassName
{
border-color: #674B11;
}
.TagClassName
{
border-color: #674B11;
}
</style>