Shades of Raw Umber #694202
Tints of Raw Umber #694202
RGB
CMYK
RGB Variations
Color information
#694202 (or 0x694202) is known color: Raw Umber. HEX triplet: 69, 42 and 02. RGB value is (105,66,2). Sum of RGB (Red+Green+Blue) = 105+66+2=173 (22% of max value = 765). Red value is 105 (41.41% from 255 or 60.69% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 105 - color contains mainly: red. Hex color #694202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694202 is #96BDFD. Grayscale: #464646. Windows color (decimal): -9879038 or 148073. OLE color: 148073.
HSL color Cylindrical-coordinate representation of color #694202: hue angle of 37.28º 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 #694202 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 66 | 2 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.59 |
| HSL | 37.28º | 0.96% | 0.21% | - |
| HSV(B) | 37.28º | 0.98% | 0.41% | - |
| XYZ | 7.78 | 6.9 | 0.98 | - |
| YUV | 70.37 | 89.42 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 66 | 2 | 0 | 0.37 | 0.98 | 0.59 | 37.28 | 0.96 | 0.21 |
| Hex | 69 | 42 | 2 | 0 | 25 | 62 | 3B | 25 | 60 | 15 |
| Octal | 151 | 102 | 2 | 0 | 45 | 142 | 73 | 45 | 140 | 25 |
| Binary | 1101001 | 1000010 | 10 | 0 | 100101 | 1100010 | 111011 | 100101 | 1100000 | 10101 |
Color Harmonies of #694202
Complementary color
Monochromatic Colors of #694202
Black with #694202
Text Example
Text Example
White with #694202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694202; }
p { color: rgb(105,66,2); }
H1.HeaderClassName
{
color: #694202;
}
.AnyTagClassName
{
color: #694202;
}
</style>
background-color css
<style>
a { background-color: #694202; }
a { background-color: rgb(105,66,2); }
div.DivClassName
{
background-color: #694202;
}
.BgClassName
{
background-color: #694202;
}
</style>
border-color css
<style>
span { border-color: #694202; }
span { border-color: rgb(105,66,2); }
td.TdClassName
{
border-color: #694202;
}
.TagClassName
{
border-color: #694202;
}
</style>