Shades of Himalaya #695D33
Tints of Himalaya #695D33
RGB
CMYK
RGB Variations
Color information
#695D33 (or 0x695D33) is known color: Himalaya. HEX triplet: 69, 5D and 33. RGB value is (105,93,51). Sum of RGB (Red+Green+Blue) = 105+93+51=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #695D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695D33 is #96A2CC. Grayscale: #5B5B5B. Windows color (decimal): -9872077 or 3366249. OLE color: 3366249.
HSL color Cylindrical-coordinate representation of color #695D33: hue angle of 46.67º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #695D33 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 93 | 51 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.59 |
| HSL | 46.67º | 0.35% | 0.31% | - |
| HSV(B) | 46.67º | 0.51% | 0.41% | - |
| XYZ | 10.34 | 11.07 | 4.72 | - |
| YUV | 91.8 | 104.98 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 51 | 0 | 0.11 | 0.51 | 0.59 | 46.67 | 0.35 | 0.31 |
| Hex | 69 | 5D | 33 | 0 | B | 33 | 3B | 2F | 23 | 1F |
| Octal | 151 | 135 | 63 | 0 | 13 | 63 | 73 | 57 | 43 | 37 |
| Binary | 1101001 | 1011101 | 110011 | 0 | 1011 | 110011 | 111011 | 101111 | 100011 | 11111 |
Color Harmonies of #695D33
Complementary color
Monochromatic Colors of #695D33
Black with #695D33
Text Example
Text Example
White with #695D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695D33; }
p { color: rgb(105,93,51); }
H1.HeaderClassName
{
color: #695D33;
}
.AnyTagClassName
{
color: #695D33;
}
</style>
background-color css
<style>
a { background-color: #695D33; }
a { background-color: rgb(105,93,51); }
div.DivClassName
{
background-color: #695D33;
}
.BgClassName
{
background-color: #695D33;
}
</style>
border-color css
<style>
span { border-color: #695D33; }
span { border-color: rgb(105,93,51); }
td.TdClassName
{
border-color: #695D33;
}
.TagClassName
{
border-color: #695D33;
}
</style>