Shades of Raw Umber #674A08
Tints of Raw Umber #674A08
RGB
CMYK
RGB Variations
Color information
#674A08 (or 0x674A08) is known color: Raw Umber. HEX triplet: 67, 4A and 08. RGB value is (103,74,8). Sum of RGB (Red+Green+Blue) = 103+74+8=185 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.68% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 103 - color contains mainly: red. Hex color #674A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674A08 is #98B5F7. Grayscale: #4B4B4B. Windows color (decimal): -10008056 or 543335. OLE color: 543335.
HSL color Cylindrical-coordinate representation of color #674A08: hue angle of 41.68º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #674A08 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 74 | 8 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.60 |
| HSL | 41.68º | 0.86% | 0.22% | - |
| HSV(B) | 41.68º | 0.92% | 0.4% | - |
| XYZ | 8.09 | 7.8 | 1.31 | - |
| YUV | 75.15 | 90.11 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 8 | 0 | 0.28 | 0.92 | 0.60 | 41.68 | 0.86 | 0.22 |
| Hex | 67 | 4A | 8 | 0 | 1C | 5C | 3C | 2A | 56 | 16 |
| Octal | 147 | 112 | 10 | 0 | 34 | 134 | 74 | 52 | 126 | 26 |
| Binary | 1100111 | 1001010 | 1000 | 0 | 11100 | 1011100 | 111100 | 101010 | 1010110 | 10110 |
Color Harmonies of #674A08
Complementary color
Monochromatic Colors of #674A08
Black with #674A08
Text Example
Text Example
White with #674A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674A08; }
p { color: rgb(103,74,8); }
H1.HeaderClassName
{
color: #674A08;
}
.AnyTagClassName
{
color: #674A08;
}
</style>
background-color css
<style>
a { background-color: #674A08; }
a { background-color: rgb(103,74,8); }
div.DivClassName
{
background-color: #674A08;
}
.BgClassName
{
background-color: #674A08;
}
</style>
border-color css
<style>
span { border-color: #674A08; }
span { border-color: rgb(103,74,8); }
td.TdClassName
{
border-color: #674A08;
}
.TagClassName
{
border-color: #674A08;
}
</style>