#75662B

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

Shades of Himalaya #75662B

Tints of Himalaya #75662B

Color information

#75662B (or 0x75662B) is unknown color: approx Himalaya. HEX triplet: 75, 66 and 2B. RGB value is (117,102,43). Sum of RGB (Red+Green+Blue) = 117+102+43=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #75662B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75662B is #8A99D4. Grayscale: #646464. Windows color (decimal): -9083349 or 2844277. OLE color: 2844277.

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

Color convert

RGB11710243-
CMYK00.130.630.54
HSL47.84º46.25%31.37%-
HSV(B)47.84º63.25%45.88%-
XYZ12.5213.464.22-
YUV99.7695.97140.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.66%
GREEN value IS 102 (40.23% from 255) = 38.93%
BLUE value IS 43 (17.19% from 255) = 16.41%
R=44.66%
G=38.93%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171024300.130.630.5447.8446.2531.37
Hex75662B0D3F36302e1f
Octal165146530157766605637
Binary111010111001101010110110111111111011011000010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75662B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75662B; }

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

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

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

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

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

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

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

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