Shades of Raw Umber #674B13
Tints of Raw Umber #674B13
RGB
CMYK
RGB Variations
Color information
#674B13 (or 0x674B13) is known color: Raw Umber. HEX triplet: 67, 4B and 13. RGB value is (103,75,19). Sum of RGB (Red+Green+Blue) = 103+75+19=197 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.28% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 103 - color contains mainly: red. Hex color #674B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674B13 is #98B4EC. Grayscale: #4D4D4D. Windows color (decimal): -10007789 or 1264487. OLE color: 1264487.
HSL color Cylindrical-coordinate representation of color #674B13: hue angle of 40º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #674B13 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 75 | 19 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.60 |
| HSL | 40º | 0.69% | 0.24% | - |
| HSV(B) | 40º | 0.82% | 0.4% | - |
| XYZ | 8.23 | 7.96 | 1.72 | - |
| YUV | 76.99 | 95.28 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 19 | 0 | 0.27 | 0.82 | 0.60 | 40 | 0.69 | 0.24 |
| Hex | 67 | 4B | 13 | 0 | 1B | 52 | 3C | 28 | 45 | 18 |
| Octal | 147 | 113 | 23 | 0 | 33 | 122 | 74 | 50 | 105 | 30 |
| Binary | 1100111 | 1001011 | 10011 | 0 | 11011 | 1010010 | 111100 | 101000 | 1000101 | 11000 |
Color Harmonies of #674B13
Complementary color
Monochromatic Colors of #674B13
Black with #674B13
Text Example
Text Example
White with #674B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674B13; }
p { color: rgb(103,75,19); }
H1.HeaderClassName
{
color: #674B13;
}
.AnyTagClassName
{
color: #674B13;
}
</style>
background-color css
<style>
a { background-color: #674B13; }
a { background-color: rgb(103,75,19); }
div.DivClassName
{
background-color: #674B13;
}
.BgClassName
{
background-color: #674B13;
}
</style>
border-color css
<style>
span { border-color: #674B13; }
span { border-color: rgb(103,75,19); }
td.TdClassName
{
border-color: #674B13;
}
.TagClassName
{
border-color: #674B13;
}
</style>