Shades of Raw Umber #6B530B
Tints of Raw Umber #6B530B
RGB
CMYK
RGB Variations
Color information
#6B530B (or 0x6B530B) is known color: Raw Umber. HEX triplet: 6B, 53 and 0B. RGB value is (107,83,11). Sum of RGB (Red+Green+Blue) = 107+83+11=201 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.23% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 107 - color contains mainly: red. Hex color #6B530B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B530B is #94ACF4. Grayscale: #525252. Windows color (decimal): -9743605 or 742251. OLE color: 742251.
HSL color Cylindrical-coordinate representation of color #6B530B: hue angle of 45º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B530B is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 83 | 11 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.58 |
| HSL | 45º | 0.81% | 0.23% | - |
| HSV(B) | 45º | 0.9% | 0.42% | - |
| XYZ | 9.22 | 9.34 | 1.63 | - |
| YUV | 81.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 83 | 11 | 0 | 0.22 | 0.90 | 0.58 | 45 | 0.81 | 0.23 |
| Hex | 6B | 53 | B | 0 | 16 | 5A | 3A | 2D | 51 | 17 |
| Octal | 153 | 123 | 13 | 0 | 26 | 132 | 72 | 55 | 121 | 27 |
| Binary | 1101011 | 1010011 | 1011 | 0 | 10110 | 1011010 | 111010 | 101101 | 1010001 | 10111 |
Color Harmonies of #6B530B
Complementary color
Monochromatic Colors of #6B530B
Black with #6B530B
Text Example
Text Example
White with #6B530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B530B; }
p { color: rgb(107,83,11); }
H1.HeaderClassName
{
color: #6B530B;
}
.AnyTagClassName
{
color: #6B530B;
}
</style>
background-color css
<style>
a { background-color: #6B530B; }
a { background-color: rgb(107,83,11); }
div.DivClassName
{
background-color: #6B530B;
}
.BgClassName
{
background-color: #6B530B;
}
</style>
border-color css
<style>
span { border-color: #6B530B; }
span { border-color: rgb(107,83,11); }
td.TdClassName
{
border-color: #6B530B;
}
.TagClassName
{
border-color: #6B530B;
}
</style>