Shades of Raw Umber #695306
Tints of Raw Umber #695306
RGB
CMYK
RGB Variations
Color information
#695306 (or 0x695306) is known color: Raw Umber. HEX triplet: 69, 53 and 06. RGB value is (105,83,6). Sum of RGB (Red+Green+Blue) = 105+83+6=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #695306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695306 is #96ACF9. Grayscale: #515151. Windows color (decimal): -9874682 or 414569. OLE color: 414569.
HSL color Cylindrical-coordinate representation of color #695306: hue angle of 46.67º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #695306 is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 83 | 6 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.59 |
| HSL | 46.67º | 0.89% | 0.22% | - |
| HSV(B) | 46.67º | 0.94% | 0.41% | - |
| XYZ | 8.95 | 9.2 | 1.48 | - |
| YUV | 80.8 | 85.79 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 83 | 6 | 0 | 0.21 | 0.94 | 0.59 | 46.67 | 0.89 | 0.22 |
| Hex | 69 | 53 | 6 | 0 | 15 | 5E | 3B | 2F | 59 | 16 |
| Octal | 151 | 123 | 6 | 0 | 25 | 136 | 73 | 57 | 131 | 26 |
| Binary | 1101001 | 1010011 | 110 | 0 | 10101 | 1011110 | 111011 | 101111 | 1011001 | 10110 |
Color Harmonies of #695306
Complementary color
Monochromatic Colors of #695306
Black with #695306
Text Example
Text Example
White with #695306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695306; }
p { color: rgb(105,83,6); }
H1.HeaderClassName
{
color: #695306;
}
.AnyTagClassName
{
color: #695306;
}
</style>
background-color css
<style>
a { background-color: #695306; }
a { background-color: rgb(105,83,6); }
div.DivClassName
{
background-color: #695306;
}
.BgClassName
{
background-color: #695306;
}
</style>
border-color css
<style>
span { border-color: #695306; }
span { border-color: rgb(105,83,6); }
td.TdClassName
{
border-color: #695306;
}
.TagClassName
{
border-color: #695306;
}
</style>