Shades of Raw Umber #694102
Tints of Raw Umber #694102
RGB
CMYK
RGB Variations
Color information
#694102 (or 0x694102) is known color: Raw Umber. HEX triplet: 69, 41 and 02. RGB value is (105,65,2). Sum of RGB (Red+Green+Blue) = 105+65+2=172 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.05% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 105 - color contains mainly: red. Hex color #694102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694102 is #96BEFD. Grayscale: #464646. Windows color (decimal): -9879294 or 147817. OLE color: 147817.
HSL color Cylindrical-coordinate representation of color #694102: hue angle of 36.7º 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 #694102 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 65 | 2 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.59 |
| HSL | 36.7º | 0.96% | 0.21% | - |
| HSV(B) | 36.7º | 0.98% | 0.41% | - |
| XYZ | 7.73 | 6.79 | 0.96 | - |
| YUV | 69.78 | 89.75 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 65 | 2 | 0 | 0.38 | 0.98 | 0.59 | 36.7 | 0.96 | 0.21 |
| Hex | 69 | 41 | 2 | 0 | 26 | 62 | 3B | 25 | 60 | 15 |
| Octal | 151 | 101 | 2 | 0 | 46 | 142 | 73 | 45 | 140 | 25 |
| Binary | 1101001 | 1000001 | 10 | 0 | 100110 | 1100010 | 111011 | 100101 | 1100000 | 10101 |
Color Harmonies of #694102
Complementary color
Monochromatic Colors of #694102
Black with #694102
Text Example
Text Example
White with #694102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694102; }
p { color: rgb(105,65,2); }
H1.HeaderClassName
{
color: #694102;
}
.AnyTagClassName
{
color: #694102;
}
</style>
background-color css
<style>
a { background-color: #694102; }
a { background-color: rgb(105,65,2); }
div.DivClassName
{
background-color: #694102;
}
.BgClassName
{
background-color: #694102;
}
</style>
border-color css
<style>
span { border-color: #694102; }
span { border-color: rgb(105,65,2); }
td.TdClassName
{
border-color: #694102;
}
.TagClassName
{
border-color: #694102;
}
</style>