Shades of Raw Umber #6B5C09
Tints of Raw Umber #6B5C09
RGB
CMYK
RGB Variations
Color information
#6B5C09 (or 0x6B5C09) is known color: Raw Umber. HEX triplet: 6B, 5C and 09. RGB value is (107,92,9). Sum of RGB (Red+Green+Blue) = 107+92+9=208 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.44% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5C09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5C09 is #94A3F6. Grayscale: #575757. Windows color (decimal): -9741303 or 613483. OLE color: 613483.
HSL color Cylindrical-coordinate representation of color #6B5C09: hue angle of 50.82º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B5C09 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 92 | 9 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.58 |
| HSL | 50.82º | 0.84% | 0.23% | - |
| HSV(B) | 50.82º | 0.92% | 0.42% | - |
| XYZ | 9.94 | 10.8 | 1.82 | - |
| YUV | 87.02 | 83.97 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 9 | 0 | 0.14 | 0.92 | 0.58 | 50.82 | 0.84 | 0.23 |
| Hex | 6B | 5C | 9 | 0 | E | 5C | 3A | 33 | 54 | 17 |
| Octal | 153 | 134 | 11 | 0 | 16 | 134 | 72 | 63 | 124 | 27 |
| Binary | 1101011 | 1011100 | 1001 | 0 | 1110 | 1011100 | 111010 | 110011 | 1010100 | 10111 |
Color Harmonies of #6B5C09
Complementary color
Monochromatic Colors of #6B5C09
Black with #6B5C09
Text Example
Text Example
White with #6B5C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5C09; }
p { color: rgb(107,92,9); }
H1.HeaderClassName
{
color: #6B5C09;
}
.AnyTagClassName
{
color: #6B5C09;
}
</style>
background-color css
<style>
a { background-color: #6B5C09; }
a { background-color: rgb(107,92,9); }
div.DivClassName
{
background-color: #6B5C09;
}
.BgClassName
{
background-color: #6B5C09;
}
</style>
border-color css
<style>
span { border-color: #6B5C09; }
span { border-color: rgb(107,92,9); }
td.TdClassName
{
border-color: #6B5C09;
}
.TagClassName
{
border-color: #6B5C09;
}
</style>