#756635

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

Shades of Himalaya #756635

Tints of Himalaya #756635

Color information

#756635 (or 0x756635) is unknown color: approx Himalaya. HEX triplet: 75, 66 and 35. RGB value is (117,102,53). Sum of RGB (Red+Green+Blue) = 117+102+53=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #756635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756635 is #8A99CA. Grayscale: #656565. Windows color (decimal): -9083339 or 3499637. OLE color: 3499637.

HSL color Cylindrical-coordinate representation of color #756635: hue angle of 45.94º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #756635 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB11710253-
CMYK00.130.550.54
HSL45.94º37.65%33.33%-
HSV(B)45.94º54.7%45.88%-
XYZ12.7313.545.31-
YUV100.9100.97139.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 102 (40.23% from 255) = 37.5%
BLUE value IS 53 (21.09% from 255) = 19.49%
R=43.01%
G=37.5%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171025300.130.550.5445.9437.6533.33
Hex7566350D37362e2621
Octal165146650156766564641
Binary1110101110011011010101101110111110110101110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756635; }

 p { color: rgb(117,102,53); }

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

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

 a { background-color: rgb(117,102,53); }

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

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

 span { border-color: rgb(117,102,53); }

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