#696135

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

Shades of Himalaya #696135

Tints of Himalaya #696135

Color information

#696135 (or 0x696135) is unknown color: approx Himalaya. HEX triplet: 69, 61 and 35. RGB value is (105,97,53). Sum of RGB (Red+Green+Blue) = 105+97+53=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 105 - color contains mainly: red. Hex color #696135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696135 is #969ECA. Grayscale: #5E5E5E. Windows color (decimal): -9871051 or 3498345. OLE color: 3498345.

HSL color Cylindrical-coordinate representation of color #696135: hue angle of 50.77º degrees, saturation: 0.33, 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 #696135 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1059753-
CMYK00.080.500.59
HSL50.77º32.91%30.98%-
HSV(B)50.77º49.52%41.18%-
XYZ10.7411.815.08-
YUV94.38104.65135.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.18%
GREEN value IS 97 (38.28% from 255) = 38.04%
BLUE value IS 53 (21.09% from 255) = 20.78%
R=41.18%
G=38.04%
B=20.78%

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
Decimal105975300.080.500.5950.7732.9130.98
Hex69613508323B33211f
Octal151141650106273634137
Binary110100111000011101010100011001011101111001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696135; }

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

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

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

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

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

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

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

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