#756736

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

Shades of Himalaya #756736

Tints of Himalaya #756736

Color information

#756736 (or 0x756736) is unknown color: approx Himalaya. HEX triplet: 75, 67 and 36. RGB value is (117,103,54). Sum of RGB (Red+Green+Blue) = 117+103+54=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #756736 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756736 is #8A98C9. Grayscale: #656565. Windows color (decimal): -9083082 or 3565429. OLE color: 3565429.

HSL color Cylindrical-coordinate representation of color #756736: hue angle of 46.67º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #756736 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB11710354-
CMYK00.120.540.54
HSL46.67º36.84%33.53%-
HSV(B)46.67º53.85%45.88%-
XYZ12.8513.755.47-
YUV101.6101.14138.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.70%
GREEN value IS 103 (40.62% from 255) = 37.59%
BLUE value IS 54 (21.48% from 255) = 19.71%
R=42.70%
G=37.59%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171035400.120.540.5446.6736.8433.53
Hex7567360C36362f2522
Octal165147660146666574542
Binary1110101110011111011001100110110110110101111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756736; }

 p { color: rgb(117,103,54); }

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

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

 a { background-color: rgb(117,103,54); }

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

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

 span { border-color: rgb(117,103,54); }

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