Shades of Raw Umber #694D02
Tints of Raw Umber #694D02
RGB
CMYK
RGB Variations
Color information
#694D02 (or 0x694D02) is known color: Raw Umber. HEX triplet: 69, 4D and 02. RGB value is (105,77,2). Sum of RGB (Red+Green+Blue) = 105+77+2=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #694D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694D02 is #96B2FD. Grayscale: #4D4D4D. Windows color (decimal): -9876222 or 150889. OLE color: 150889.
HSL color Cylindrical-coordinate representation of color #694D02: hue angle of 43.69º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #694D02 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 77 | 2 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.59 |
| HSL | 43.69º | 0.96% | 0.21% | - |
| HSV(B) | 43.69º | 0.98% | 0.41% | - |
| XYZ | 8.49 | 8.32 | 1.21 | - |
| YUV | 76.82 | 85.78 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 2 | 0 | 0.27 | 0.98 | 0.59 | 43.69 | 0.96 | 0.21 |
| Hex | 69 | 4D | 2 | 0 | 1B | 62 | 3B | 2C | 60 | 15 |
| Octal | 151 | 115 | 2 | 0 | 33 | 142 | 73 | 54 | 140 | 25 |
| Binary | 1101001 | 1001101 | 10 | 0 | 11011 | 1100010 | 111011 | 101100 | 1100000 | 10101 |
Color Harmonies of #694D02
Complementary color
Monochromatic Colors of #694D02
Black with #694D02
Text Example
Text Example
White with #694D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D02; }
p { color: rgb(105,77,2); }
H1.HeaderClassName
{
color: #694D02;
}
.AnyTagClassName
{
color: #694D02;
}
</style>
background-color css
<style>
a { background-color: #694D02; }
a { background-color: rgb(105,77,2); }
div.DivClassName
{
background-color: #694D02;
}
.BgClassName
{
background-color: #694D02;
}
</style>
border-color css
<style>
span { border-color: #694D02; }
span { border-color: rgb(105,77,2); }
td.TdClassName
{
border-color: #694D02;
}
.TagClassName
{
border-color: #694D02;
}
</style>