Shades of Raw Umber #6F5B02
Tints of Raw Umber #6F5B02
RGB
CMYK
RGB Variations
Color information
#6F5B02 (or 0x6F5B02) is known color: Raw Umber. HEX triplet: 6F, 5B and 02. RGB value is (111,91,2). Sum of RGB (Red+Green+Blue) = 111+91+2=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 91 (35.94% from 255 or 44.61% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5B02 is #90A4FD. Grayscale: #575757. Windows color (decimal): -9479422 or 154479. OLE color: 154479.
HSL color Cylindrical-coordinate representation of color #6F5B02: hue angle of 48.99º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F5B02 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 91 | 2 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.56 |
| HSL | 48.99º | 0.96% | 0.22% | - |
| HSV(B) | 48.99º | 0.98% | 0.44% | - |
| XYZ | 10.31 | 10.87 | 1.61 | - |
| YUV | 86.83 | 80.13 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 91 | 2 | 0 | 0.18 | 0.98 | 0.56 | 48.99 | 0.96 | 0.22 |
| Hex | 6F | 5B | 2 | 0 | 12 | 62 | 38 | 31 | 60 | 16 |
| Octal | 157 | 133 | 2 | 0 | 22 | 142 | 70 | 61 | 140 | 26 |
| Binary | 1101111 | 1011011 | 10 | 0 | 10010 | 1100010 | 111000 | 110001 | 1100000 | 10110 |
Color Harmonies of #6F5B02
Complementary color
Monochromatic Colors of #6F5B02
Black with #6F5B02
Text Example
Text Example
White with #6F5B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5B02; }
p { color: rgb(111,91,2); }
H1.HeaderClassName
{
color: #6F5B02;
}
.AnyTagClassName
{
color: #6F5B02;
}
</style>
background-color css
<style>
a { background-color: #6F5B02; }
a { background-color: rgb(111,91,2); }
div.DivClassName
{
background-color: #6F5B02;
}
.BgClassName
{
background-color: #6F5B02;
}
</style>
border-color css
<style>
span { border-color: #6F5B02; }
span { border-color: rgb(111,91,2); }
td.TdClassName
{
border-color: #6F5B02;
}
.TagClassName
{
border-color: #6F5B02;
}
</style>