Shades of Raw Umber #6D5D02
Tints of Raw Umber #6D5D02
RGB
CMYK
RGB Variations
Color information
#6D5D02 (or 0x6D5D02) is known color: Raw Umber. HEX triplet: 6D, 5D and 02. RGB value is (109,93,2). Sum of RGB (Red+Green+Blue) = 109+93+2=204 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.43% from 204); Green value is 93 (36.72% from 255 or 45.59% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5D02 is #92A2FD. Grayscale: #575757. Windows color (decimal): -9609982 or 154989. OLE color: 154989.
HSL color Cylindrical-coordinate representation of color #6D5D02: hue angle of 51.03º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D5D02 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 93 | 2 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.57 |
| HSL | 51.03º | 0.96% | 0.22% | - |
| HSV(B) | 51.03º | 0.98% | 0.43% | - |
| XYZ | 10.23 | 11.08 | 1.66 | - |
| YUV | 87.41 | 79.8 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 93 | 2 | 0 | 0.15 | 0.98 | 0.57 | 51.03 | 0.96 | 0.22 |
| Hex | 6D | 5D | 2 | 0 | F | 62 | 39 | 33 | 60 | 16 |
| Octal | 155 | 135 | 2 | 0 | 17 | 142 | 71 | 63 | 140 | 26 |
| Binary | 1101101 | 1011101 | 10 | 0 | 1111 | 1100010 | 111001 | 110011 | 1100000 | 10110 |
Color Harmonies of #6D5D02
Complementary color
Monochromatic Colors of #6D5D02
Black with #6D5D02
Text Example
Text Example
White with #6D5D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5D02; }
p { color: rgb(109,93,2); }
H1.HeaderClassName
{
color: #6D5D02;
}
.AnyTagClassName
{
color: #6D5D02;
}
</style>
background-color css
<style>
a { background-color: #6D5D02; }
a { background-color: rgb(109,93,2); }
div.DivClassName
{
background-color: #6D5D02;
}
.BgClassName
{
background-color: #6D5D02;
}
</style>
border-color css
<style>
span { border-color: #6D5D02; }
span { border-color: rgb(109,93,2); }
td.TdClassName
{
border-color: #6D5D02;
}
.TagClassName
{
border-color: #6D5D02;
}
</style>