#75682E

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

Shades of Himalaya #75682E

Tints of Himalaya #75682E

Color information

#75682E (or 0x75682E) is unknown color: approx Himalaya. HEX triplet: 75, 68 and 2E. RGB value is (117,104,46). Sum of RGB (Red+Green+Blue) = 117+104+46=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #75682E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75682E is #8A97D1. Grayscale: #656565. Windows color (decimal): -9082834 or 3041397. OLE color: 3041397.

HSL color Cylindrical-coordinate representation of color #75682E: hue angle of 49.01º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75682E is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB11710446-
CMYK00.110.610.54
HSL49.01º43.56%31.96%-
HSV(B)49.01º60.68%45.88%-
XYZ12.7813.884.59-
YUV101.2896.81139.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 104 (41.02% from 255) = 38.95%
BLUE value IS 46 (18.36% from 255) = 17.23%
R=43.82%
G=38.95%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171044600.110.610.5449.0143.5631.96
Hex75682E0B3D36312c20
Octal165150560137566615440
Binary1110101110100010111001011111101110110110001101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75682E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75682E; }

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

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

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

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

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

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

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

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