Shades of Raw Umber #6B5304
Tints of Raw Umber #6B5304
RGB
CMYK
RGB Variations
Color information
#6B5304 (or 0x6B5304) is known color: Raw Umber. HEX triplet: 6B, 53 and 04. RGB value is (107,83,4). Sum of RGB (Red+Green+Blue) = 107+83+4=194 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.15% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5304 is #94ACFB. Grayscale: #515151. Windows color (decimal): -9743612 or 283499. OLE color: 283499.
HSL color Cylindrical-coordinate representation of color #6B5304: hue angle of 46.02º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B5304 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 83 | 4 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.58 |
| HSL | 46.02º | 0.93% | 0.22% | - |
| HSV(B) | 46.02º | 0.96% | 0.42% | - |
| XYZ | 9.18 | 9.32 | 1.43 | - |
| YUV | 81.17 | 84.45 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 83 | 4 | 0 | 0.22 | 0.96 | 0.58 | 46.02 | 0.93 | 0.22 |
| Hex | 6B | 53 | 4 | 0 | 16 | 60 | 3A | 2E | 5D | 16 |
| Octal | 153 | 123 | 4 | 0 | 26 | 140 | 72 | 56 | 135 | 26 |
| Binary | 1101011 | 1010011 | 100 | 0 | 10110 | 1100000 | 111010 | 101110 | 1011101 | 10110 |
Color Harmonies of #6B5304
Complementary color
Monochromatic Colors of #6B5304
Black with #6B5304
Text Example
Text Example
White with #6B5304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5304; }
p { color: rgb(107,83,4); }
H1.HeaderClassName
{
color: #6B5304;
}
.AnyTagClassName
{
color: #6B5304;
}
</style>
background-color css
<style>
a { background-color: #6B5304; }
a { background-color: rgb(107,83,4); }
div.DivClassName
{
background-color: #6B5304;
}
.BgClassName
{
background-color: #6B5304;
}
</style>
border-color css
<style>
span { border-color: #6B5304; }
span { border-color: rgb(107,83,4); }
td.TdClassName
{
border-color: #6B5304;
}
.TagClassName
{
border-color: #6B5304;
}
</style>