#696033

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

Shades of Himalaya #696033

Tints of Himalaya #696033

Color information

#696033 (or 0x696033) is unknown color: approx 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

RGB1059651-
CMYK00.090.510.59
HSL50º34.62%30.59%-
HSV(B)50º51.43%41.18%-
XYZ10.6111.614.81-
YUV93.56103.98136.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.67%
GREEN value IS 96 (37.89% from 255) = 38.10%
BLUE value IS 51 (20.31% from 255) = 20.24%
R=41.67%
G=38.10%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105965100.090.510.595034.6230.59
Hex69603309333B32231f
Octal151140630116373624337
Binary110100111000001100110100111001111101111001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>