Shades of Raw Umber #6B5702
Tints of Raw Umber #6B5702
RGB
CMYK
RGB Variations
Color information
#6B5702 (or 0x6B5702) is known color: Raw Umber. HEX triplet: 6B, 57 and 02. RGB value is (107,87,2). Sum of RGB (Red+Green+Blue) = 107+87+2=196 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.59% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5702 is #94A8FD. Grayscale: #535353. Windows color (decimal): -9742590 or 153451. OLE color: 153451.
HSL color Cylindrical-coordinate representation of color #6B5702: hue angle of 48.57º 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 #6B5702 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 87 | 2 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.58 |
| HSL | 48.57º | 0.96% | 0.21% | - |
| HSV(B) | 48.57º | 0.98% | 0.42% | - |
| XYZ | 9.48 | 9.95 | 1.48 | - |
| YUV | 83.29 | 82.13 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 87 | 2 | 0 | 0.19 | 0.98 | 0.58 | 48.57 | 0.96 | 0.21 |
| Hex | 6B | 57 | 2 | 0 | 13 | 62 | 3A | 31 | 60 | 15 |
| Octal | 153 | 127 | 2 | 0 | 23 | 142 | 72 | 61 | 140 | 25 |
| Binary | 1101011 | 1010111 | 10 | 0 | 10011 | 1100010 | 111010 | 110001 | 1100000 | 10101 |
Color Harmonies of #6B5702
Complementary color
Monochromatic Colors of #6B5702
Black with #6B5702
Text Example
Text Example
White with #6B5702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5702; }
p { color: rgb(107,87,2); }
H1.HeaderClassName
{
color: #6B5702;
}
.AnyTagClassName
{
color: #6B5702;
}
</style>
background-color css
<style>
a { background-color: #6B5702; }
a { background-color: rgb(107,87,2); }
div.DivClassName
{
background-color: #6B5702;
}
.BgClassName
{
background-color: #6B5702;
}
</style>
border-color css
<style>
span { border-color: #6B5702; }
span { border-color: rgb(107,87,2); }
td.TdClassName
{
border-color: #6B5702;
}
.TagClassName
{
border-color: #6B5702;
}
</style>