Shades of Raw Umber #695302
Tints of Raw Umber #695302
RGB
CMYK
RGB Variations
Color information
#695302 (or 0x695302) is known color: Raw Umber. HEX triplet: 69, 53 and 02. RGB value is (105,83,2). Sum of RGB (Red+Green+Blue) = 105+83+2=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #695302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695302 is #96ACFD. Grayscale: #505050. Windows color (decimal): -9874686 or 152425. OLE color: 152425.
HSL color Cylindrical-coordinate representation of color #695302: hue angle of 47.18º 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 #695302 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 83 | 2 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.59 |
| HSL | 47.18º | 0.96% | 0.21% | - |
| HSV(B) | 47.18º | 0.98% | 0.41% | - |
| XYZ | 8.93 | 9.19 | 1.36 | - |
| YUV | 80.34 | 83.79 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 83 | 2 | 0 | 0.21 | 0.98 | 0.59 | 47.18 | 0.96 | 0.21 |
| Hex | 69 | 53 | 2 | 0 | 15 | 62 | 3B | 2F | 60 | 15 |
| Octal | 151 | 123 | 2 | 0 | 25 | 142 | 73 | 57 | 140 | 25 |
| Binary | 1101001 | 1010011 | 10 | 0 | 10101 | 1100010 | 111011 | 101111 | 1100000 | 10101 |
Color Harmonies of #695302
Complementary color
Monochromatic Colors of #695302
Black with #695302
Text Example
Text Example
White with #695302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695302; }
p { color: rgb(105,83,2); }
H1.HeaderClassName
{
color: #695302;
}
.AnyTagClassName
{
color: #695302;
}
</style>
background-color css
<style>
a { background-color: #695302; }
a { background-color: rgb(105,83,2); }
div.DivClassName
{
background-color: #695302;
}
.BgClassName
{
background-color: #695302;
}
</style>
border-color css
<style>
span { border-color: #695302; }
span { border-color: rgb(105,83,2); }
td.TdClassName
{
border-color: #695302;
}
.TagClassName
{
border-color: #695302;
}
</style>