Shades of Himalaya #695D30
Tints of Himalaya #695D30
RGB
CMYK
RGB Variations
Color information
#695D30 (or 0x695D30) is known color: Himalaya. HEX triplet: 69, 5D and 30. RGB value is (105,93,48). Sum of RGB (Red+Green+Blue) = 105+93+48=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 105 - color contains mainly: red. Hex color #695D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695D30 is #96A2CF. Grayscale: #5B5B5B. Windows color (decimal): -9872080 or 3169641. OLE color: 3169641.
HSL color Cylindrical-coordinate representation of color #695D30: hue angle of 47.37º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #695D30 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 93 | 48 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.59 |
| HSL | 47.37º | 0.37% | 0.3% | - |
| HSV(B) | 47.37º | 0.54% | 0.41% | - |
| XYZ | 10.27 | 11.05 | 4.39 | - |
| YUV | 91.46 | 103.48 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 48 | 0 | 0.11 | 0.54 | 0.59 | 47.37 | 0.37 | 0.3 |
| Hex | 69 | 5D | 30 | 0 | B | 36 | 3B | 2F | 25 | 1E |
| Octal | 151 | 135 | 60 | 0 | 13 | 66 | 73 | 57 | 45 | 36 |
| Binary | 1101001 | 1011101 | 110000 | 0 | 1011 | 110110 | 111011 | 101111 | 100101 | 11110 |
Color Harmonies of #695D30
Complementary color
Monochromatic Colors of #695D30
Black with #695D30
Text Example
Text Example
White with #695D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695D30; }
p { color: rgb(105,93,48); }
H1.HeaderClassName
{
color: #695D30;
}
.AnyTagClassName
{
color: #695D30;
}
</style>
background-color css
<style>
a { background-color: #695D30; }
a { background-color: rgb(105,93,48); }
div.DivClassName
{
background-color: #695D30;
}
.BgClassName
{
background-color: #695D30;
}
</style>
border-color css
<style>
span { border-color: #695D30; }
span { border-color: rgb(105,93,48); }
td.TdClassName
{
border-color: #695D30;
}
.TagClassName
{
border-color: #695D30;
}
</style>