Shades of Raw Umber #694802
Tints of Raw Umber #694802
RGB
CMYK
RGB Variations
Color information
#694802 (or 0x694802) is known color: Raw Umber. HEX triplet: 69, 48 and 02. RGB value is (105,72,2). Sum of RGB (Red+Green+Blue) = 105+72+2=179 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.66% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 105 - color contains mainly: red. Hex color #694802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694802 is #96B7FD. Grayscale: #4A4A4A. Windows color (decimal): -9877502 or 149609. OLE color: 149609.
HSL color Cylindrical-coordinate representation of color #694802: hue angle of 40.78º 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 #694802 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 72 | 2 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.59 |
| HSL | 40.78º | 0.96% | 0.21% | - |
| HSV(B) | 40.78º | 0.98% | 0.41% | - |
| XYZ | 8.15 | 7.64 | 1.1 | - |
| YUV | 73.89 | 87.43 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 72 | 2 | 0 | 0.31 | 0.98 | 0.59 | 40.78 | 0.96 | 0.21 |
| Hex | 69 | 48 | 2 | 0 | 1F | 62 | 3B | 29 | 60 | 15 |
| Octal | 151 | 110 | 2 | 0 | 37 | 142 | 73 | 51 | 140 | 25 |
| Binary | 1101001 | 1001000 | 10 | 0 | 11111 | 1100010 | 111011 | 101001 | 1100000 | 10101 |
Color Harmonies of #694802
Complementary color
Monochromatic Colors of #694802
Black with #694802
Text Example
Text Example
White with #694802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694802; }
p { color: rgb(105,72,2); }
H1.HeaderClassName
{
color: #694802;
}
.AnyTagClassName
{
color: #694802;
}
</style>
background-color css
<style>
a { background-color: #694802; }
a { background-color: rgb(105,72,2); }
div.DivClassName
{
background-color: #694802;
}
.BgClassName
{
background-color: #694802;
}
</style>
border-color css
<style>
span { border-color: #694802; }
span { border-color: rgb(105,72,2); }
td.TdClassName
{
border-color: #694802;
}
.TagClassName
{
border-color: #694802;
}
</style>