Shades of Raw Umber #675B07
Tints of Raw Umber #675B07
RGB
CMYK
RGB Variations
Color information
#675B07 (or 0x675B07) is known color: Raw Umber. HEX triplet: 67, 5B and 07. RGB value is (103,91,7). Sum of RGB (Red+Green+Blue) = 103+91+7=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 91 (35.94% from 255 or 45.27% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #675B07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675B07 is #98A4F8. Grayscale: #555555. Windows color (decimal): -10003705 or 482151. OLE color: 482151.
HSL color Cylindrical-coordinate representation of color #675B07: hue angle of 52.5º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #675B07 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 91 | 7 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.60 |
| HSL | 52.5º | 0.87% | 0.22% | - |
| HSV(B) | 52.5º | 0.93% | 0.4% | - |
| XYZ | 9.37 | 10.38 | 1.71 | - |
| YUV | 85.01 | 83.98 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 7 | 0 | 0.12 | 0.93 | 0.60 | 52.5 | 0.87 | 0.22 |
| Hex | 67 | 5B | 7 | 0 | C | 5D | 3C | 34 | 57 | 16 |
| Octal | 147 | 133 | 7 | 0 | 14 | 135 | 74 | 64 | 127 | 26 |
| Binary | 1100111 | 1011011 | 111 | 0 | 1100 | 1011101 | 111100 | 110100 | 1010111 | 10110 |
Color Harmonies of #675B07
Complementary color
Monochromatic Colors of #675B07
Black with #675B07
Text Example
Text Example
White with #675B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675B07; }
p { color: rgb(103,91,7); }
H1.HeaderClassName
{
color: #675B07;
}
.AnyTagClassName
{
color: #675B07;
}
</style>
background-color css
<style>
a { background-color: #675B07; }
a { background-color: rgb(103,91,7); }
div.DivClassName
{
background-color: #675B07;
}
.BgClassName
{
background-color: #675B07;
}
</style>
border-color css
<style>
span { border-color: #675B07; }
span { border-color: rgb(103,91,7); }
td.TdClassName
{
border-color: #675B07;
}
.TagClassName
{
border-color: #675B07;
}
</style>