Shades of Raw Umber #675A04
Tints of Raw Umber #675A04
RGB
CMYK
RGB Variations
Color information
#675A04 (or 0x675A04) is known color: Raw Umber. HEX triplet: 67, 5A and 04. RGB value is (103,90,4). Sum of RGB (Red+Green+Blue) = 103+90+4=197 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.28% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 103 - color contains mainly: red. Hex color #675A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675A04 is #98A5FB. Grayscale: #545454. Windows color (decimal): -10003964 or 285287. OLE color: 285287.
HSL color Cylindrical-coordinate representation of color #675A04: hue angle of 52.12º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #675A04 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 90 | 4 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.60 |
| HSL | 52.12º | 0.93% | 0.21% | - |
| HSV(B) | 52.12º | 0.96% | 0.4% | - |
| XYZ | 9.27 | 10.2 | 1.6 | - |
| YUV | 84.08 | 82.81 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 4 | 0 | 0.13 | 0.96 | 0.60 | 52.12 | 0.93 | 0.21 |
| Hex | 67 | 5A | 4 | 0 | D | 60 | 3C | 34 | 5D | 15 |
| Octal | 147 | 132 | 4 | 0 | 15 | 140 | 74 | 64 | 135 | 25 |
| Binary | 1100111 | 1011010 | 100 | 0 | 1101 | 1100000 | 111100 | 110100 | 1011101 | 10101 |
Color Harmonies of #675A04
Complementary color
Monochromatic Colors of #675A04
Black with #675A04
Text Example
Text Example
White with #675A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675A04; }
p { color: rgb(103,90,4); }
H1.HeaderClassName
{
color: #675A04;
}
.AnyTagClassName
{
color: #675A04;
}
</style>
background-color css
<style>
a { background-color: #675A04; }
a { background-color: rgb(103,90,4); }
div.DivClassName
{
background-color: #675A04;
}
.BgClassName
{
background-color: #675A04;
}
</style>
border-color css
<style>
span { border-color: #675A04; }
span { border-color: rgb(103,90,4); }
td.TdClassName
{
border-color: #675A04;
}
.TagClassName
{
border-color: #675A04;
}
</style>