Shades of Raw Umber #674B0F
Tints of Raw Umber #674B0F
RGB
CMYK
RGB Variations
Color information
#674B0F (or 0x674B0F) is known color: Raw Umber. HEX triplet: 67, 4B and 0F. RGB value is (103,75,15). Sum of RGB (Red+Green+Blue) = 103+75+15=193 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.37% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 103 - color contains mainly: red. Hex color #674B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674B0F is #98B4F0. Grayscale: #4C4C4C. Windows color (decimal): -10007793 or 1002343. OLE color: 1002343.
HSL color Cylindrical-coordinate representation of color #674B0F: hue angle of 40.91º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #674B0F is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 75 | 15 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.60 |
| HSL | 40.91º | 0.75% | 0.23% | - |
| HSV(B) | 40.91º | 0.85% | 0.4% | - |
| XYZ | 8.2 | 7.95 | 1.55 | - |
| YUV | 76.53 | 93.28 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 15 | 0 | 0.27 | 0.85 | 0.60 | 40.91 | 0.75 | 0.23 |
| Hex | 67 | 4B | F | 0 | 1B | 55 | 3C | 29 | 4B | 17 |
| Octal | 147 | 113 | 17 | 0 | 33 | 125 | 74 | 51 | 113 | 27 |
| Binary | 1100111 | 1001011 | 1111 | 0 | 11011 | 1010101 | 111100 | 101001 | 1001011 | 10111 |
Color Harmonies of #674B0F
Complementary color
Monochromatic Colors of #674B0F
Black with #674B0F
Text Example
Text Example
White with #674B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674B0F; }
p { color: rgb(103,75,15); }
H1.HeaderClassName
{
color: #674B0F;
}
.AnyTagClassName
{
color: #674B0F;
}
</style>
background-color css
<style>
a { background-color: #674B0F; }
a { background-color: rgb(103,75,15); }
div.DivClassName
{
background-color: #674B0F;
}
.BgClassName
{
background-color: #674B0F;
}
</style>
border-color css
<style>
span { border-color: #674B0F; }
span { border-color: rgb(103,75,15); }
td.TdClassName
{
border-color: #674B0F;
}
.TagClassName
{
border-color: #674B0F;
}
</style>