Shades of Raw Umber #6B5C06
Tints of Raw Umber #6B5C06
RGB
CMYK
RGB Variations
Color information
#6B5C06 (or 0x6B5C06) is known color: Raw Umber. HEX triplet: 6B, 5C and 06. RGB value is (107,92,6). Sum of RGB (Red+Green+Blue) = 107+92+6=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5C06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5C06 is #94A3F9. Grayscale: #575757. Windows color (decimal): -9741306 or 416875. OLE color: 416875.
HSL color Cylindrical-coordinate representation of color #6B5C06: hue angle of 51.09º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B5C06 is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 92 | 6 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.58 |
| HSL | 51.09º | 0.89% | 0.22% | - |
| HSV(B) | 51.09º | 0.94% | 0.42% | - |
| XYZ | 9.92 | 10.79 | 1.73 | - |
| YUV | 86.68 | 82.47 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 6 | 0 | 0.14 | 0.94 | 0.58 | 51.09 | 0.89 | 0.22 |
| Hex | 6B | 5C | 6 | 0 | E | 5E | 3A | 33 | 59 | 16 |
| Octal | 153 | 134 | 6 | 0 | 16 | 136 | 72 | 63 | 131 | 26 |
| Binary | 1101011 | 1011100 | 110 | 0 | 1110 | 1011110 | 111010 | 110011 | 1011001 | 10110 |
Color Harmonies of #6B5C06
Complementary color
Monochromatic Colors of #6B5C06
Black with #6B5C06
Text Example
Text Example
White with #6B5C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5C06; }
p { color: rgb(107,92,6); }
H1.HeaderClassName
{
color: #6B5C06;
}
.AnyTagClassName
{
color: #6B5C06;
}
</style>
background-color css
<style>
a { background-color: #6B5C06; }
a { background-color: rgb(107,92,6); }
div.DivClassName
{
background-color: #6B5C06;
}
.BgClassName
{
background-color: #6B5C06;
}
</style>
border-color css
<style>
span { border-color: #6B5C06; }
span { border-color: rgb(107,92,6); }
td.TdClassName
{
border-color: #6B5C06;
}
.TagClassName
{
border-color: #6B5C06;
}
</style>