Shades of Raw Umber #6B5F01
Tints of Raw Umber #6B5F01
RGB
CMYK
RGB Variations
Color information
#6B5F01 (or 0x6B5F01) is known color: Raw Umber. HEX triplet: 6B, 5F and 01. RGB value is (107,95,1). Sum of RGB (Red+Green+Blue) = 107+95+1=203 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.71% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5F01 is #94A0FE. Grayscale: #585858. Windows color (decimal): -9740543 or 89963. OLE color: 89963.
HSL color Cylindrical-coordinate representation of color #6B5F01: hue angle of 53.21º 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 #6B5F01 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 95 | 1 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.58 |
| HSL | 53.21º | 0.98% | 0.21% | - |
| HSV(B) | 53.21º | 0.99% | 0.42% | - |
| XYZ | 10.16 | 11.31 | 1.68 | - |
| YUV | 87.87 | 78.98 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 95 | 1 | 0 | 0.11 | 0.99 | 0.58 | 53.21 | 0.98 | 0.21 |
| Hex | 6B | 5F | 1 | 0 | B | 63 | 3A | 35 | 62 | 15 |
| Octal | 153 | 137 | 1 | 0 | 13 | 143 | 72 | 65 | 142 | 25 |
| Binary | 1101011 | 1011111 | 1 | 0 | 1011 | 1100011 | 111010 | 110101 | 1100010 | 10101 |
Color Harmonies of #6B5F01
Complementary color
Monochromatic Colors of #6B5F01
Black with #6B5F01
Text Example
Text Example
White with #6B5F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5F01; }
p { color: rgb(107,95,1); }
H1.HeaderClassName
{
color: #6B5F01;
}
.AnyTagClassName
{
color: #6B5F01;
}
</style>
background-color css
<style>
a { background-color: #6B5F01; }
a { background-color: rgb(107,95,1); }
div.DivClassName
{
background-color: #6B5F01;
}
.BgClassName
{
background-color: #6B5F01;
}
</style>
border-color css
<style>
span { border-color: #6B5F01; }
span { border-color: rgb(107,95,1); }
td.TdClassName
{
border-color: #6B5F01;
}
.TagClassName
{
border-color: #6B5F01;
}
</style>