Shades of Raw Umber #674B00
Tints of Raw Umber #674B00
RGB
CMYK
RGB Variations
Color information
#674B00 (or 0x674B00) is known color: Raw Umber. HEX triplet: 67, 4B and 00. RGB value is (103,75,0). Sum of RGB (Red+Green+Blue) = 103+75+0=178 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.87% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 103 - color contains mainly: red. Hex color #674B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674B00 is #98B4FF. Grayscale: #4B4B4B. Windows color (decimal): -10007808 or 19303. OLE color: 19303.
HSL color Cylindrical-coordinate representation of color #674B00: hue angle of 43.69º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #674B00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 75 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.60 |
| HSL | 43.69º | 1% | 0.2% | - |
| HSV(B) | 43.69º | 1% | 0.4% | - |
| XYZ | 8.11 | 7.92 | 1.1 | - |
| YUV | 74.82 | 85.78 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 0 | 0 | 0.27 | 1 | 0.60 | 43.69 | 1 | 0.2 |
| Hex | 67 | 4B | 0 | 0 | 1B | 64 | 3C | 2C | 64 | 14 |
| Octal | 147 | 113 | 0 | 0 | 33 | 144 | 74 | 54 | 144 | 24 |
| Binary | 1100111 | 1001011 | 0 | 0 | 11011 | 1100100 | 111100 | 101100 | 1100100 | 10100 |
Color Harmonies of #674B00
Complementary color
Monochromatic Colors of #674B00
Black with #674B00
Text Example
Text Example
White with #674B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674B00; }
p { color: rgb(103,75,0); }
H1.HeaderClassName
{
color: #674B00;
}
.AnyTagClassName
{
color: #674B00;
}
</style>
background-color css
<style>
a { background-color: #674B00; }
a { background-color: rgb(103,75,0); }
div.DivClassName
{
background-color: #674B00;
}
.BgClassName
{
background-color: #674B00;
}
</style>
border-color css
<style>
span { border-color: #674B00; }
span { border-color: rgb(103,75,0); }
td.TdClassName
{
border-color: #674B00;
}
.TagClassName
{
border-color: #674B00;
}
</style>