Shades of Raw Umber #675B00
Tints of Raw Umber #675B00
RGB
CMYK
RGB Variations
Color information
#675B00 (or 0x675B00) is known color: Raw Umber. HEX triplet: 67, 5B and 00. RGB value is (103,91,0). Sum of RGB (Red+Green+Blue) = 103+91+0=194 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.09% from 194); Green value is 91 (35.94% from 255 or 46.91% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 103 - color contains mainly: red. Hex color #675B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675B00 is #98A4FF. Grayscale: #545454. Windows color (decimal): -10003712 or 23399. OLE color: 23399.
HSL color Cylindrical-coordinate representation of color #675B00: hue angle of 53.01º 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 #675B00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 91 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.60 |
| HSL | 53.01º | 1% | 0.2% | - |
| HSV(B) | 53.01º | 1% | 0.4% | - |
| XYZ | 9.33 | 10.37 | 1.51 | - |
| YUV | 84.21 | 80.48 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 0 | 0 | 0.12 | 1 | 0.60 | 53.01 | 1 | 0.2 |
| Hex | 67 | 5B | 0 | 0 | C | 64 | 3C | 35 | 64 | 14 |
| Octal | 147 | 133 | 0 | 0 | 14 | 144 | 74 | 65 | 144 | 24 |
| Binary | 1100111 | 1011011 | 0 | 0 | 1100 | 1100100 | 111100 | 110101 | 1100100 | 10100 |
Color Harmonies of #675B00
Complementary color
Monochromatic Colors of #675B00
Black with #675B00
Text Example
Text Example
White with #675B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675B00; }
p { color: rgb(103,91,0); }
H1.HeaderClassName
{
color: #675B00;
}
.AnyTagClassName
{
color: #675B00;
}
</style>
background-color css
<style>
a { background-color: #675B00; }
a { background-color: rgb(103,91,0); }
div.DivClassName
{
background-color: #675B00;
}
.BgClassName
{
background-color: #675B00;
}
</style>
border-color css
<style>
span { border-color: #675B00; }
span { border-color: rgb(103,91,0); }
td.TdClassName
{
border-color: #675B00;
}
.TagClassName
{
border-color: #675B00;
}
</style>