#756A33

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

Shades of Himalaya #756A33

Tints of Himalaya #756A33

Color information

#756A33 (or 0x756A33) is unknown color: approx Himalaya. HEX triplet: 75, 6A and 33. RGB value is (117,106,51). Sum of RGB (Red+Green+Blue) = 117+106+51=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #756A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756A33 is #8A95CC. Grayscale: #676767. Windows color (decimal): -9082317 or 3369589. OLE color: 3369589.

HSL color Cylindrical-coordinate representation of color #756A33: hue angle of 50º degrees, saturation: 0.39, 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 #756A33 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB11710651-
CMYK00.090.560.54
HSL50º39.29%32.94%-
HSV(B)50º56.41%45.88%-
XYZ13.0914.335.21-
YUV103.0298.64137.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.70%
GREEN value IS 106 (41.80% from 255) = 38.69%
BLUE value IS 51 (20.31% from 255) = 18.61%
R=42.70%
G=38.69%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171065100.090.560.545039.2932.94
Hex756A33093836322721
Octal165152630117066624741
Binary1110101110101011001101001111000110110110010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756A33; }

 p { color: rgb(117,106,51); }

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

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

 a { background-color: rgb(117,106,51); }

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

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

 span { border-color: rgb(117,106,51); }

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