Shades of Raw Umber #675A00
Tints of Raw Umber #675A00
RGB
CMYK
RGB Variations
Color information
#675A00 (or 0x675A00) is known color: Raw Umber. HEX triplet: 67, 5A and 00. RGB value is (103,90,0). Sum of RGB (Red+Green+Blue) = 103+90+0=193 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.37% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 103 - color contains mainly: red. Hex color #675A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675A00 is #98A5FF. Grayscale: #545454. Windows color (decimal): -10003968 or 23143. OLE color: 23143.
HSL color Cylindrical-coordinate representation of color #675A00: hue angle of 52.43º 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 #675A00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 90 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.60 |
| HSL | 52.43º | 1% | 0.2% | - |
| HSV(B) | 52.43º | 1% | 0.4% | - |
| XYZ | 9.25 | 10.2 | 1.48 | - |
| YUV | 83.63 | 80.81 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 0 | 0 | 0.13 | 1 | 0.60 | 52.43 | 1 | 0.2 |
| Hex | 67 | 5A | 0 | 0 | D | 64 | 3C | 34 | 64 | 14 |
| Octal | 147 | 132 | 0 | 0 | 15 | 144 | 74 | 64 | 144 | 24 |
| Binary | 1100111 | 1011010 | 0 | 0 | 1101 | 1100100 | 111100 | 110100 | 1100100 | 10100 |
Color Harmonies of #675A00
Complementary color
Monochromatic Colors of #675A00
Black with #675A00
Text Example
Text Example
White with #675A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675A00; }
p { color: rgb(103,90,0); }
H1.HeaderClassName
{
color: #675A00;
}
.AnyTagClassName
{
color: #675A00;
}
</style>
background-color css
<style>
a { background-color: #675A00; }
a { background-color: rgb(103,90,0); }
div.DivClassName
{
background-color: #675A00;
}
.BgClassName
{
background-color: #675A00;
}
</style>
border-color css
<style>
span { border-color: #675A00; }
span { border-color: rgb(103,90,0); }
td.TdClassName
{
border-color: #675A00;
}
.TagClassName
{
border-color: #675A00;
}
</style>