Shades of Raw Umber #674E0C
Tints of Raw Umber #674E0C
RGB
CMYK
RGB Variations
Color information
#674E0C (or 0x674E0C) is known color: Raw Umber. HEX triplet: 67, 4E and 0C. RGB value is (103,78,12). Sum of RGB (Red+Green+Blue) = 103+78+12=193 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.37% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 103 - color contains mainly: red. Hex color #674E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #674E0C is #98B1F3. Grayscale: #4E4E4E. Windows color (decimal): -10007028 or 806503. OLE color: 806503.
HSL color Cylindrical-coordinate representation of color #674E0C: hue angle of 43.52º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #674E0C is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 78 | 12 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.60 |
| HSL | 43.52º | 0.79% | 0.23% | - |
| HSV(B) | 43.52º | 0.88% | 0.4% | - |
| XYZ | 8.38 | 8.36 | 1.52 | - |
| YUV | 77.95 | 90.78 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 12 | 0 | 0.24 | 0.88 | 0.60 | 43.52 | 0.79 | 0.23 |
| Hex | 67 | 4E | C | 0 | 18 | 58 | 3C | 2C | 4F | 17 |
| Octal | 147 | 116 | 14 | 0 | 30 | 130 | 74 | 54 | 117 | 27 |
| Binary | 1100111 | 1001110 | 1100 | 0 | 11000 | 1011000 | 111100 | 101100 | 1001111 | 10111 |
Color Harmonies of #674E0C
Complementary color
Monochromatic Colors of #674E0C
Black with #674E0C
Text Example
Text Example
White with #674E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674E0C; }
p { color: rgb(103,78,12); }
H1.HeaderClassName
{
color: #674E0C;
}
.AnyTagClassName
{
color: #674E0C;
}
</style>
background-color css
<style>
a { background-color: #674E0C; }
a { background-color: rgb(103,78,12); }
div.DivClassName
{
background-color: #674E0C;
}
.BgClassName
{
background-color: #674E0C;
}
</style>
border-color css
<style>
span { border-color: #674E0C; }
span { border-color: rgb(103,78,12); }
td.TdClassName
{
border-color: #674E0C;
}
.TagClassName
{
border-color: #674E0C;
}
</style>