#696134

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

Shades of Himalaya #696134

Tints of Himalaya #696134

Color information

#696134 (or 0x696134) is unknown color: approx Himalaya. HEX triplet: 69, 61 and 34. RGB value is (105,97,52). Sum of RGB (Red+Green+Blue) = 105+97+52=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 105 - color contains mainly: red. Hex color #696134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696134 is #969ECB. Grayscale: #5E5E5E. Windows color (decimal): -9871052 or 3432809. OLE color: 3432809.

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

Color convert

RGB1059752-
CMYK00.080.500.59
HSL50.94º33.76%30.78%-
HSV(B)50.94º50.48%41.18%-
XYZ10.7211.84.96-
YUV94.26104.15135.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.34%
GREEN value IS 97 (38.28% from 255) = 38.19%
BLUE value IS 52 (20.70% from 255) = 20.47%
R=41.34%
G=38.19%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105975200.080.500.5950.9433.7630.78
Hex69613408323B33221f
Octal151141640106273634237
Binary110100111000011101000100011001011101111001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696134; }

 p { color: rgb(105,97,52); }

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

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

 a { background-color: rgb(105,97,52); }

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

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

 span { border-color: rgb(105,97,52); }

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