#756834

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

Shades of Himalaya #756834

Tints of Himalaya #756834

Color information

#756834 (or 0x756834) is unknown color: approx Himalaya. HEX triplet: 75, 68 and 34. RGB value is (117,104,52). Sum of RGB (Red+Green+Blue) = 117+104+52=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #756834 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756834 is #8A97CB. Grayscale: #666666. Windows color (decimal): -9082828 or 3434613. OLE color: 3434613.

HSL color Cylindrical-coordinate representation of color #756834: hue angle of 48º 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 #756834 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB11710452-
CMYK00.110.560.54
HSL48º38.46%33.14%-
HSV(B)48º55.56%45.88%-
XYZ12.9113.935.26-
YUV101.9699.81138.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 104 (41.02% from 255) = 38.10%
BLUE value IS 52 (20.70% from 255) = 19.05%
R=42.86%
G=38.10%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171045200.110.560.544838.4633.14
Hex7568340B3836302621
Octal165150640137066604641
Binary1110101110100011010001011111000110110110000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756834; }

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

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

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

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

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

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

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

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