Shades of Himalaya #696033
Tints of Himalaya #696033
RGB
CMYK
RGB Variations
Color information
#696033 (or 0x696033) is known color: Himalaya. HEX triplet: 69, 60 and 33. RGB value is (105,96,51). Sum of RGB (Red+Green+Blue) = 105+96+51=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 105 - color contains mainly: red. Hex color #696033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696033 is #969FCC. Grayscale: #5D5D5D. Windows color (decimal): -9871309 or 3367017. OLE color: 3367017.
HSL color Cylindrical-coordinate representation of color #696033: hue angle of 50º 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 #696033 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 96 | 51 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.59 |
| HSL | 50º | 0.35% | 0.31% | - |
| HSV(B) | 50º | 0.51% | 0.41% | - |
| XYZ | 10.61 | 11.61 | 4.81 | - |
| YUV | 93.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 96 | 51 | 0 | 0.09 | 0.51 | 0.59 | 50 | 0.35 | 0.31 |
| Hex | 69 | 60 | 33 | 0 | 9 | 33 | 3B | 32 | 23 | 1F |
| Octal | 151 | 140 | 63 | 0 | 11 | 63 | 73 | 62 | 43 | 37 |
| Binary | 1101001 | 1100000 | 110011 | 0 | 1001 | 110011 | 111011 | 110010 | 100011 | 11111 |
Color Harmonies of #696033
Complementary color
Monochromatic Colors of #696033
Black with #696033
Text Example
Text Example
White with #696033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696033; }
p { color: rgb(105,96,51); }
H1.HeaderClassName
{
color: #696033;
}
.AnyTagClassName
{
color: #696033;
}
</style>
background-color css
<style>
a { background-color: #696033; }
a { background-color: rgb(105,96,51); }
div.DivClassName
{
background-color: #696033;
}
.BgClassName
{
background-color: #696033;
}
</style>
border-color css
<style>
span { border-color: #696033; }
span { border-color: rgb(105,96,51); }
td.TdClassName
{
border-color: #696033;
}
.TagClassName
{
border-color: #696033;
}
</style>