Shades of Raw Umber #6B3902
Tints of Raw Umber #6B3902
RGB
CMYK
RGB Variations
Color information
#6B3902 (or 0x6B3902) is known color: Raw Umber. HEX triplet: 6B, 39 and 02. RGB value is (107,57,2). Sum of RGB (Red+Green+Blue) = 107+57+2=166 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.46% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3902 is #94C6FD. Grayscale: #414141. Windows color (decimal): -9750270 or 145771. OLE color: 145771.
HSL color Cylindrical-coordinate representation of color #6B3902: hue angle of 31.43º 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 #6B3902 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 57 | 2 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.58 |
| HSL | 31.43º | 0.96% | 0.21% | - |
| HSV(B) | 31.43º | 0.98% | 0.42% | - |
| XYZ | 7.54 | 6.06 | 0.83 | - |
| YUV | 65.68 | 92.07 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 57 | 2 | 0 | 0.47 | 0.98 | 0.58 | 31.43 | 0.96 | 0.21 |
| Hex | 6B | 39 | 2 | 0 | 2F | 62 | 3A | 1F | 60 | 15 |
| Octal | 153 | 71 | 2 | 0 | 57 | 142 | 72 | 37 | 140 | 25 |
| Binary | 1101011 | 111001 | 10 | 0 | 101111 | 1100010 | 111010 | 11111 | 1100000 | 10101 |
Color Harmonies of #6B3902
Complementary color
Monochromatic Colors of #6B3902
Black with #6B3902
Text Example
Text Example
White with #6B3902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3902; }
p { color: rgb(107,57,2); }
H1.HeaderClassName
{
color: #6B3902;
}
.AnyTagClassName
{
color: #6B3902;
}
</style>
background-color css
<style>
a { background-color: #6B3902; }
a { background-color: rgb(107,57,2); }
div.DivClassName
{
background-color: #6B3902;
}
.BgClassName
{
background-color: #6B3902;
}
</style>
border-color css
<style>
span { border-color: #6B3902; }
span { border-color: rgb(107,57,2); }
td.TdClassName
{
border-color: #6B3902;
}
.TagClassName
{
border-color: #6B3902;
}
</style>