Shades of Raw Umber #675A06
Tints of Raw Umber #675A06
RGB
CMYK
RGB Variations
Color information
#675A06 (or 0x675A06) is known color: Raw Umber. HEX triplet: 67, 5A and 06. RGB value is (103,90,6). Sum of RGB (Red+Green+Blue) = 103+90+6=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 6 (2.73% from 255 or 3.02% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #675A06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675A06 is #98A5F9. Grayscale: #545454. Windows color (decimal): -10003962 or 416359. OLE color: 416359.
HSL color Cylindrical-coordinate representation of color #675A06: hue angle of 51.96º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #675A06 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 90 | 6 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.60 |
| HSL | 51.96º | 0.89% | 0.21% | - |
| HSV(B) | 51.96º | 0.94% | 0.4% | - |
| XYZ | 9.28 | 10.21 | 1.65 | - |
| YUV | 84.31 | 83.81 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 6 | 0 | 0.13 | 0.94 | 0.60 | 51.96 | 0.89 | 0.21 |
| Hex | 67 | 5A | 6 | 0 | D | 5E | 3C | 34 | 59 | 15 |
| Octal | 147 | 132 | 6 | 0 | 15 | 136 | 74 | 64 | 131 | 25 |
| Binary | 1100111 | 1011010 | 110 | 0 | 1101 | 1011110 | 111100 | 110100 | 1011001 | 10101 |
Color Harmonies of #675A06
Complementary color
Monochromatic Colors of #675A06
Black with #675A06
Text Example
Text Example
White with #675A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675A06; }
p { color: rgb(103,90,6); }
H1.HeaderClassName
{
color: #675A06;
}
.AnyTagClassName
{
color: #675A06;
}
</style>
background-color css
<style>
a { background-color: #675A06; }
a { background-color: rgb(103,90,6); }
div.DivClassName
{
background-color: #675A06;
}
.BgClassName
{
background-color: #675A06;
}
</style>
border-color css
<style>
span { border-color: #675A06; }
span { border-color: rgb(103,90,6); }
td.TdClassName
{
border-color: #675A06;
}
.TagClassName
{
border-color: #675A06;
}
</style>