Shades of Himalaya #695E2F
Tints of Himalaya #695E2F
RGB
CMYK
RGB Variations
Color information
#695E2F (or 0x695E2F) is known color: Himalaya. HEX triplet: 69, 5E and 2F. RGB value is (105,94,47). Sum of RGB (Red+Green+Blue) = 105+94+47=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 105 - color contains mainly: red. Hex color #695E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695E2F is #96A1D0. Grayscale: #5C5C5C. Windows color (decimal): -9871825 or 3104361. OLE color: 3104361.
HSL color Cylindrical-coordinate representation of color #695E2F: hue angle of 48.62º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #695E2F is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 94 | 47 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.59 |
| HSL | 48.62º | 0.38% | 0.3% | - |
| HSV(B) | 48.62º | 0.55% | 0.41% | - |
| XYZ | 10.34 | 11.21 | 4.31 | - |
| YUV | 91.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 94 | 47 | 0 | 0.10 | 0.55 | 0.59 | 48.62 | 0.38 | 0.3 |
| Hex | 69 | 5E | 2F | 0 | A | 37 | 3B | 31 | 26 | 1E |
| Octal | 151 | 136 | 57 | 0 | 12 | 67 | 73 | 61 | 46 | 36 |
| Binary | 1101001 | 1011110 | 101111 | 0 | 1010 | 110111 | 111011 | 110001 | 100110 | 11110 |
Color Harmonies of #695E2F
Complementary color
Monochromatic Colors of #695E2F
Black with #695E2F
Text Example
Text Example
White with #695E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695E2F; }
p { color: rgb(105,94,47); }
H1.HeaderClassName
{
color: #695E2F;
}
.AnyTagClassName
{
color: #695E2F;
}
</style>
background-color css
<style>
a { background-color: #695E2F; }
a { background-color: rgb(105,94,47); }
div.DivClassName
{
background-color: #695E2F;
}
.BgClassName
{
background-color: #695E2F;
}
</style>
border-color css
<style>
span { border-color: #695E2F; }
span { border-color: rgb(105,94,47); }
td.TdClassName
{
border-color: #695E2F;
}
.TagClassName
{
border-color: #695E2F;
}
</style>