Shades of Raw Umber #6B5F07
Tints of Raw Umber #6B5F07
RGB
CMYK
RGB Variations
Color information
#6B5F07 (or 0x6B5F07) is known color: Raw Umber. HEX triplet: 6B, 5F and 07. RGB value is (107,95,7). Sum of RGB (Red+Green+Blue) = 107+95+7=209 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.20% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5F07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5F07 is #94A0F8. Grayscale: #585858. Windows color (decimal): -9740537 or 483179. OLE color: 483179.
HSL color Cylindrical-coordinate representation of color #6B5F07: hue angle of 52.8º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B5F07 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 95 | 7 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.58 |
| HSL | 52.8º | 0.88% | 0.22% | - |
| HSV(B) | 52.8º | 0.93% | 0.42% | - |
| XYZ | 10.19 | 11.33 | 1.85 | - |
| YUV | 88.56 | 81.98 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 95 | 7 | 0 | 0.11 | 0.93 | 0.58 | 52.8 | 0.88 | 0.22 |
| Hex | 6B | 5F | 7 | 0 | B | 5D | 3A | 35 | 58 | 16 |
| Octal | 153 | 137 | 7 | 0 | 13 | 135 | 72 | 65 | 130 | 26 |
| Binary | 1101011 | 1011111 | 111 | 0 | 1011 | 1011101 | 111010 | 110101 | 1011000 | 10110 |
Color Harmonies of #6B5F07
Complementary color
Monochromatic Colors of #6B5F07
Black with #6B5F07
Text Example
Text Example
White with #6B5F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5F07; }
p { color: rgb(107,95,7); }
H1.HeaderClassName
{
color: #6B5F07;
}
.AnyTagClassName
{
color: #6B5F07;
}
</style>
background-color css
<style>
a { background-color: #6B5F07; }
a { background-color: rgb(107,95,7); }
div.DivClassName
{
background-color: #6B5F07;
}
.BgClassName
{
background-color: #6B5F07;
}
</style>
border-color css
<style>
span { border-color: #6B5F07; }
span { border-color: rgb(107,95,7); }
td.TdClassName
{
border-color: #6B5F07;
}
.TagClassName
{
border-color: #6B5F07;
}
</style>