Shades of Raw Umber #6B5102
Tints of Raw Umber #6B5102
RGB
CMYK
RGB Variations
Color information
#6B5102 (or 0x6B5102) is known color: Raw Umber. HEX triplet: 6B, 51 and 02. RGB value is (107,81,2). Sum of RGB (Red+Green+Blue) = 107+81+2=190 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.32% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5102 is #94AEFD. Grayscale: #505050. Windows color (decimal): -9744126 or 151915. OLE color: 151915.
HSL color Cylindrical-coordinate representation of color #6B5102: hue angle of 45.14º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B5102 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 81 | 2 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.58 |
| HSL | 45.14º | 0.96% | 0.21% | - |
| HSV(B) | 45.14º | 0.98% | 0.42% | - |
| XYZ | 9.02 | 9.02 | 1.32 | - |
| YUV | 79.77 | 84.11 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 81 | 2 | 0 | 0.24 | 0.98 | 0.58 | 45.14 | 0.96 | 0.21 |
| Hex | 6B | 51 | 2 | 0 | 18 | 62 | 3A | 2D | 60 | 15 |
| Octal | 153 | 121 | 2 | 0 | 30 | 142 | 72 | 55 | 140 | 25 |
| Binary | 1101011 | 1010001 | 10 | 0 | 11000 | 1100010 | 111010 | 101101 | 1100000 | 10101 |
Color Harmonies of #6B5102
Complementary color
Monochromatic Colors of #6B5102
Black with #6B5102
Text Example
Text Example
White with #6B5102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5102; }
p { color: rgb(107,81,2); }
H1.HeaderClassName
{
color: #6B5102;
}
.AnyTagClassName
{
color: #6B5102;
}
</style>
background-color css
<style>
a { background-color: #6B5102; }
a { background-color: rgb(107,81,2); }
div.DivClassName
{
background-color: #6B5102;
}
.BgClassName
{
background-color: #6B5102;
}
</style>
border-color css
<style>
span { border-color: #6B5102; }
span { border-color: rgb(107,81,2); }
td.TdClassName
{
border-color: #6B5102;
}
.TagClassName
{
border-color: #6B5102;
}
</style>