Shades of Raw Umber #6B5C01
Tints of Raw Umber #6B5C01
RGB
CMYK
RGB Variations
Color information
#6B5C01 (or 0x6B5C01) is known color: Raw Umber. HEX triplet: 6B, 5C and 01. RGB value is (107,92,1). Sum of RGB (Red+Green+Blue) = 107+92+1=200 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.5% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5C01 is #94A3FE. Grayscale: #565656. Windows color (decimal): -9741311 or 89195. OLE color: 89195.
HSL color Cylindrical-coordinate representation of color #6B5C01: hue angle of 51.51º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B5C01 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 92 | 1 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.58 |
| HSL | 51.51º | 0.98% | 0.21% | - |
| HSV(B) | 51.51º | 0.99% | 0.42% | - |
| XYZ | 9.9 | 10.78 | 1.59 | - |
| YUV | 86.11 | 79.97 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 1 | 0 | 0.14 | 0.99 | 0.58 | 51.51 | 0.98 | 0.21 |
| Hex | 6B | 5C | 1 | 0 | E | 63 | 3A | 34 | 62 | 15 |
| Octal | 153 | 134 | 1 | 0 | 16 | 143 | 72 | 64 | 142 | 25 |
| Binary | 1101011 | 1011100 | 1 | 0 | 1110 | 1100011 | 111010 | 110100 | 1100010 | 10101 |
Color Harmonies of #6B5C01
Complementary color
Monochromatic Colors of #6B5C01
Black with #6B5C01
Text Example
Text Example
White with #6B5C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5C01; }
p { color: rgb(107,92,1); }
H1.HeaderClassName
{
color: #6B5C01;
}
.AnyTagClassName
{
color: #6B5C01;
}
</style>
background-color css
<style>
a { background-color: #6B5C01; }
a { background-color: rgb(107,92,1); }
div.DivClassName
{
background-color: #6B5C01;
}
.BgClassName
{
background-color: #6B5C01;
}
</style>
border-color css
<style>
span { border-color: #6B5C01; }
span { border-color: rgb(107,92,1); }
td.TdClassName
{
border-color: #6B5C01;
}
.TagClassName
{
border-color: #6B5C01;
}
</style>