#696037

Color #696037 Himalaya (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Himalaya #696037

Tints of Himalaya #696037

Color information

#696037 (or 0x696037) is unknown color: approx Himalaya. HEX triplet: 69, 60 and 37. RGB value is (105,96,55). Sum of RGB (Red+Green+Blue) = 105+96+55=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #696037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696037 is #969FC8. Grayscale: #5E5E5E. Windows color (decimal): -9871305 or 3629161. OLE color: 3629161.

HSL color Cylindrical-coordinate representation of color #696037: hue angle of 49.2º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #696037 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB1059655-
CMYK00.090.480.59
HSL49.2º31.25%31.37%-
HSV(B)49.2º47.62%41.18%-
XYZ10.711.645.3-
YUV94.02105.98135.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 41.02%
GREEN value IS 96 (37.89% from 255) = 37.5%
BLUE value IS 55 (21.88% from 255) = 21.48%
R=41.02%
G=37.5%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105965500.090.480.5949.231.2531.37
Hex69603709303B311f1f
Octal151140670116073613737
Binary11010011100000110111010011100001110111100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696037; }

 p { color: rgb(105,96,55); }

 H1.HeaderClassName
 {
   color: #696037;
 }
 .AnyTagClassName
 {
   color: #696037;
 }
</style>
background-color css

<style>
 a { background-color: #696037; }

 a { background-color: rgb(105,96,55); }

 div.DivClassName
 {
   background-color: #696037;
 }
 .BgClassName
 {
   background-color: #696037;
 }
</style>
border-color css

<style>
 span { border-color: #696037; }

 span { border-color: rgb(105,96,55); }

 td.TdClassName
 {
   border-color: #696037;
 }
 .TagClassName
 {
   border-color: #696037;
 }
</style>