#756634

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

Shades of Himalaya #756634

Tints of Himalaya #756634

Color information

#756634 (or 0x756634) is unknown color: approx Himalaya. HEX triplet: 75, 66 and 34. RGB value is (117,102,52). Sum of RGB (Red+Green+Blue) = 117+102+52=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #756634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756634 is #8A99CB. Grayscale: #656565. Windows color (decimal): -9083340 or 3434101. OLE color: 3434101.

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

Color convert

RGB11710252-
CMYK00.130.560.54
HSL46.15º38.46%33.14%-
HSV(B)46.15º55.56%45.88%-
XYZ12.7113.535.19-
YUV100.78100.47139.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 102 (40.23% from 255) = 37.64%
BLUE value IS 52 (20.70% from 255) = 19.19%
R=43.17%
G=37.64%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171025200.130.560.5446.1538.4633.14
Hex7566340D38362e2621
Octal165146640157066564641
Binary1110101110011011010001101111000110110101110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756634; }

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

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

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

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

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

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

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

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