#756629

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

Shades of Himalaya #756629

Tints of Himalaya #756629

Color information

#756629 (or 0x756629) is unknown color: approx Himalaya. HEX triplet: 75, 66 and 29. RGB value is (117,102,41). Sum of RGB (Red+Green+Blue) = 117+102+41=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #756629 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756629 is #8A99D6. Grayscale: #636363. Windows color (decimal): -9083351 or 2713205. OLE color: 2713205.

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

Color convert

RGB11710241-
CMYK00.130.650.54
HSL48.16º48.1%30.98%-
HSV(B)48.16º64.96%45.88%-
XYZ12.4913.444.03-
YUV99.5394.97140.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45%
GREEN value IS 102 (40.23% from 255) = 39.23%
BLUE value IS 41 (16.41% from 255) = 15.77%
R=45%
G=39.23%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171024100.130.650.5448.1648.130.98
Hex7566290D413630301f
Octal1651465101510166606037
Binary1110101110011010100101101100000111011011000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756629; }

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

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

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

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

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

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

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

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