Shades of Raw Umber #6F5D02
Tints of Raw Umber #6F5D02
RGB
CMYK
RGB Variations
Color information
#6F5D02 (or 0x6F5D02) is known color: Raw Umber. HEX triplet: 6F, 5D and 02. RGB value is (111,93,2). Sum of RGB (Red+Green+Blue) = 111+93+2=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5D02 is #90A2FD. Grayscale: #585858. Windows color (decimal): -9478910 or 154991. OLE color: 154991.
HSL color Cylindrical-coordinate representation of color #6F5D02: hue angle of 50.09º 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 #6F5D02 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 93 | 2 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.56 |
| HSL | 50.09º | 0.96% | 0.22% | - |
| HSV(B) | 50.09º | 0.98% | 0.44% | - |
| XYZ | 10.48 | 11.21 | 1.67 | - |
| YUV | 88.01 | 79.46 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 93 | 2 | 0 | 0.16 | 0.98 | 0.56 | 50.09 | 0.96 | 0.22 |
| Hex | 6F | 5D | 2 | 0 | 10 | 62 | 38 | 32 | 60 | 16 |
| Octal | 157 | 135 | 2 | 0 | 20 | 142 | 70 | 62 | 140 | 26 |
| Binary | 1101111 | 1011101 | 10 | 0 | 10000 | 1100010 | 111000 | 110010 | 1100000 | 10110 |
Color Harmonies of #6F5D02
Complementary color
Monochromatic Colors of #6F5D02
Black with #6F5D02
Text Example
Text Example
White with #6F5D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5D02; }
p { color: rgb(111,93,2); }
H1.HeaderClassName
{
color: #6F5D02;
}
.AnyTagClassName
{
color: #6F5D02;
}
</style>
background-color css
<style>
a { background-color: #6F5D02; }
a { background-color: rgb(111,93,2); }
div.DivClassName
{
background-color: #6F5D02;
}
.BgClassName
{
background-color: #6F5D02;
}
</style>
border-color css
<style>
span { border-color: #6F5D02; }
span { border-color: rgb(111,93,2); }
td.TdClassName
{
border-color: #6F5D02;
}
.TagClassName
{
border-color: #6F5D02;
}
</style>