Shades of Raw Umber #674500
Tints of Raw Umber #674500
RGB
CMYK
RGB Variations
Color information
#674500 (or 0x674500) is known color: Raw Umber. HEX triplet: 67, 45 and 00. RGB value is (103,69,0). Sum of RGB (Red+Green+Blue) = 103+69+0=172 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.88% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 103 - color contains mainly: red. Hex color #674500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674500 is #98BAFF. Grayscale: #474747. Windows color (decimal): -10009344 or 17767. OLE color: 17767.
HSL color Cylindrical-coordinate representation of color #674500: hue angle of 40.19º 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 #674500 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 69 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.60 |
| HSL | 40.19º | 1% | 0.2% | - |
| HSV(B) | 40.19º | 1% | 0.4% | - |
| XYZ | 7.72 | 7.14 | 0.97 | - |
| YUV | 71.3 | 87.76 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 0 | 0 | 0.33 | 1 | 0.60 | 40.19 | 1 | 0.2 |
| Hex | 67 | 45 | 0 | 0 | 21 | 64 | 3C | 28 | 64 | 14 |
| Octal | 147 | 105 | 0 | 0 | 41 | 144 | 74 | 50 | 144 | 24 |
| Binary | 1100111 | 1000101 | 0 | 0 | 100001 | 1100100 | 111100 | 101000 | 1100100 | 10100 |
Color Harmonies of #674500
Complementary color
Monochromatic Colors of #674500
Black with #674500
Text Example
Text Example
White with #674500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674500; }
p { color: rgb(103,69,0); }
H1.HeaderClassName
{
color: #674500;
}
.AnyTagClassName
{
color: #674500;
}
</style>
background-color css
<style>
a { background-color: #674500; }
a { background-color: rgb(103,69,0); }
div.DivClassName
{
background-color: #674500;
}
.BgClassName
{
background-color: #674500;
}
</style>
border-color css
<style>
span { border-color: #674500; }
span { border-color: rgb(103,69,0); }
td.TdClassName
{
border-color: #674500;
}
.TagClassName
{
border-color: #674500;
}
</style>