Shades of Raw Umber #674C08
Tints of Raw Umber #674C08
RGB
CMYK
RGB Variations
Color information
#674C08 (or 0x674C08) is known color: Raw Umber. HEX triplet: 67, 4C and 08. RGB value is (103,76,8). Sum of RGB (Red+Green+Blue) = 103+76+8=187 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.08% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 103 - color contains mainly: red. Hex color #674C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674C08 is #98B3F7. Grayscale: #4C4C4C. Windows color (decimal): -10007544 or 543847. OLE color: 543847.
HSL color Cylindrical-coordinate representation of color #674C08: hue angle of 42.95º 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 #674C08 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 76 | 8 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.60 |
| HSL | 42.95º | 0.86% | 0.22% | - |
| HSV(B) | 42.95º | 0.92% | 0.4% | - |
| XYZ | 8.22 | 8.07 | 1.35 | - |
| YUV | 76.32 | 89.45 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 8 | 0 | 0.26 | 0.92 | 0.60 | 42.95 | 0.86 | 0.22 |
| Hex | 67 | 4C | 8 | 0 | 1A | 5C | 3C | 2B | 56 | 16 |
| Octal | 147 | 114 | 10 | 0 | 32 | 134 | 74 | 53 | 126 | 26 |
| Binary | 1100111 | 1001100 | 1000 | 0 | 11010 | 1011100 | 111100 | 101011 | 1010110 | 10110 |
Color Harmonies of #674C08
Complementary color
Monochromatic Colors of #674C08
Black with #674C08
Text Example
Text Example
White with #674C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674C08; }
p { color: rgb(103,76,8); }
H1.HeaderClassName
{
color: #674C08;
}
.AnyTagClassName
{
color: #674C08;
}
</style>
background-color css
<style>
a { background-color: #674C08; }
a { background-color: rgb(103,76,8); }
div.DivClassName
{
background-color: #674C08;
}
.BgClassName
{
background-color: #674C08;
}
</style>
border-color css
<style>
span { border-color: #674C08; }
span { border-color: rgb(103,76,8); }
td.TdClassName
{
border-color: #674C08;
}
.TagClassName
{
border-color: #674C08;
}
</style>