Shades of Raw Umber #6B5B07
Tints of Raw Umber #6B5B07
RGB
CMYK
RGB Variations
Color information
#6B5B07 (or 0x6B5B07) is known color: Raw Umber. HEX triplet: 6B, 5B and 07. RGB value is (107,91,7). Sum of RGB (Red+Green+Blue) = 107+91+7=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 91 (35.94% from 255 or 44.39% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5B07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5B07 is #94A4F8. Grayscale: #565656. Windows color (decimal): -9741561 or 482155. OLE color: 482155.
HSL color Cylindrical-coordinate representation of color #6B5B07: hue angle of 50.4º 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 #6B5B07 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 91 | 7 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.58 |
| HSL | 50.4º | 0.88% | 0.22% | - |
| HSV(B) | 50.4º | 0.93% | 0.42% | - |
| XYZ | 9.84 | 10.62 | 1.73 | - |
| YUV | 86.21 | 83.3 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 91 | 7 | 0 | 0.15 | 0.93 | 0.58 | 50.4 | 0.88 | 0.22 |
| Hex | 6B | 5B | 7 | 0 | F | 5D | 3A | 32 | 58 | 16 |
| Octal | 153 | 133 | 7 | 0 | 17 | 135 | 72 | 62 | 130 | 26 |
| Binary | 1101011 | 1011011 | 111 | 0 | 1111 | 1011101 | 111010 | 110010 | 1011000 | 10110 |
Color Harmonies of #6B5B07
Complementary color
Monochromatic Colors of #6B5B07
Black with #6B5B07
Text Example
Text Example
White with #6B5B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5B07; }
p { color: rgb(107,91,7); }
H1.HeaderClassName
{
color: #6B5B07;
}
.AnyTagClassName
{
color: #6B5B07;
}
</style>
background-color css
<style>
a { background-color: #6B5B07; }
a { background-color: rgb(107,91,7); }
div.DivClassName
{
background-color: #6B5B07;
}
.BgClassName
{
background-color: #6B5B07;
}
</style>
border-color css
<style>
span { border-color: #6B5B07; }
span { border-color: rgb(107,91,7); }
td.TdClassName
{
border-color: #6B5B07;
}
.TagClassName
{
border-color: #6B5B07;
}
</style>