Shades of Raw Umber #674B0C
Tints of Raw Umber #674B0C
RGB
CMYK
RGB Variations
Color information
#674B0C (or 0x674B0C) is known color: Raw Umber. HEX triplet: 67, 4B and 0C. RGB value is (103,75,12). Sum of RGB (Red+Green+Blue) = 103+75+12=190 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.21% from 190); Green value is 75 (29.69% from 255 or 39.47% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 103 - color contains mainly: red. Hex color #674B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674B0C is #98B4F3. Grayscale: #4C4C4C. Windows color (decimal): -10007796 or 805735. OLE color: 805735.
HSL color Cylindrical-coordinate representation of color #674B0C: hue angle of 41.54º 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 #674B0C is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 75 | 12 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.60 |
| HSL | 41.54º | 0.79% | 0.23% | - |
| HSV(B) | 41.54º | 0.88% | 0.4% | - |
| XYZ | 8.18 | 7.94 | 1.45 | - |
| YUV | 76.19 | 91.78 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 12 | 0 | 0.27 | 0.88 | 0.60 | 41.54 | 0.79 | 0.23 |
| Hex | 67 | 4B | C | 0 | 1B | 58 | 3C | 2A | 4F | 17 |
| Octal | 147 | 113 | 14 | 0 | 33 | 130 | 74 | 52 | 117 | 27 |
| Binary | 1100111 | 1001011 | 1100 | 0 | 11011 | 1011000 | 111100 | 101010 | 1001111 | 10111 |
Color Harmonies of #674B0C
Complementary color
Monochromatic Colors of #674B0C
Black with #674B0C
Text Example
Text Example
White with #674B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674B0C; }
p { color: rgb(103,75,12); }
H1.HeaderClassName
{
color: #674B0C;
}
.AnyTagClassName
{
color: #674B0C;
}
</style>
background-color css
<style>
a { background-color: #674B0C; }
a { background-color: rgb(103,75,12); }
div.DivClassName
{
background-color: #674B0C;
}
.BgClassName
{
background-color: #674B0C;
}
</style>
border-color css
<style>
span { border-color: #674B0C; }
span { border-color: rgb(103,75,12); }
td.TdClassName
{
border-color: #674B0C;
}
.TagClassName
{
border-color: #674B0C;
}
</style>