Shades of Raw Umber #6B5300
Tints of Raw Umber #6B5300
RGB
CMYK
RGB Variations
Color information
#6B5300 (or 0x6B5300) is known color: Raw Umber. HEX triplet: 6B, 53 and 00. RGB value is (107,83,0). Sum of RGB (Red+Green+Blue) = 107+83+0=190 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.32% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5300 is #94ACFF. Grayscale: #515151. Windows color (decimal): -9743616 or 21355. OLE color: 21355.
HSL color Cylindrical-coordinate representation of color #6B5300: hue angle of 46.54º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B5300 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 83 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.58 |
| HSL | 46.54º | 1% | 0.21% | - |
| HSV(B) | 46.54º | 1% | 0.42% | - |
| XYZ | 9.16 | 9.31 | 1.31 | - |
| YUV | 80.71 | 82.45 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 83 | 0 | 0 | 0.22 | 1 | 0.58 | 46.54 | 1 | 0.21 |
| Hex | 6B | 53 | 0 | 0 | 16 | 64 | 3A | 2F | 64 | 15 |
| Octal | 153 | 123 | 0 | 0 | 26 | 144 | 72 | 57 | 144 | 25 |
| Binary | 1101011 | 1010011 | 0 | 0 | 10110 | 1100100 | 111010 | 101111 | 1100100 | 10101 |
Color Harmonies of #6B5300
Complementary color
Monochromatic Colors of #6B5300
Black with #6B5300
Text Example
Text Example
White with #6B5300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5300; }
p { color: rgb(107,83,0); }
H1.HeaderClassName
{
color: #6B5300;
}
.AnyTagClassName
{
color: #6B5300;
}
</style>
background-color css
<style>
a { background-color: #6B5300; }
a { background-color: rgb(107,83,0); }
div.DivClassName
{
background-color: #6B5300;
}
.BgClassName
{
background-color: #6B5300;
}
</style>
border-color css
<style>
span { border-color: #6B5300; }
span { border-color: rgb(107,83,0); }
td.TdClassName
{
border-color: #6B5300;
}
.TagClassName
{
border-color: #6B5300;
}
</style>