Shades of Raw Umber #675000
Tints of Raw Umber #675000
RGB
CMYK
RGB Variations
Color information
#675000 (or 0x675000) is known color: Raw Umber. HEX triplet: 67, 50 and 00. RGB value is (103,80,0). Sum of RGB (Red+Green+Blue) = 103+80+0=183 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.28% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 103 - color contains mainly: red. Hex color #675000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675000 is #98AFFF. Grayscale: #4E4E4E. Windows color (decimal): -10006528 or 20583. OLE color: 20583.
HSL color Cylindrical-coordinate representation of color #675000: hue angle of 46.6º 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 #675000 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 80 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.60 |
| HSL | 46.6º | 1% | 0.2% | - |
| HSV(B) | 46.6º | 1% | 0.4% | - |
| XYZ | 8.46 | 8.62 | 1.22 | - |
| YUV | 77.76 | 84.12 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 0 | 0 | 0.22 | 1 | 0.60 | 46.6 | 1 | 0.2 |
| Hex | 67 | 50 | 0 | 0 | 16 | 64 | 3C | 2F | 64 | 14 |
| Octal | 147 | 120 | 0 | 0 | 26 | 144 | 74 | 57 | 144 | 24 |
| Binary | 1100111 | 1010000 | 0 | 0 | 10110 | 1100100 | 111100 | 101111 | 1100100 | 10100 |
Color Harmonies of #675000
Complementary color
Monochromatic Colors of #675000
Black with #675000
Text Example
Text Example
White with #675000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675000; }
p { color: rgb(103,80,0); }
H1.HeaderClassName
{
color: #675000;
}
.AnyTagClassName
{
color: #675000;
}
</style>
background-color css
<style>
a { background-color: #675000; }
a { background-color: rgb(103,80,0); }
div.DivClassName
{
background-color: #675000;
}
.BgClassName
{
background-color: #675000;
}
</style>
border-color css
<style>
span { border-color: #675000; }
span { border-color: rgb(103,80,0); }
td.TdClassName
{
border-color: #675000;
}
.TagClassName
{
border-color: #675000;
}
</style>