#75662D

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

Shades of Himalaya #75662D

Tints of Himalaya #75662D

Color information

#75662D (or 0x75662D) is unknown color: approx Himalaya. HEX triplet: 75, 66 and 2D. RGB value is (117,102,45). Sum of RGB (Red+Green+Blue) = 117+102+45=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #75662D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75662D is #8A99D2. Grayscale: #646464. Windows color (decimal): -9083347 or 2975349. OLE color: 2975349.

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

Color convert

RGB11710245-
CMYK00.130.620.54
HSL47.5º44.44%31.76%-
HSV(B)47.5º61.54%45.88%-
XYZ12.5613.474.42-
YUV99.9996.97140.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.32%
GREEN value IS 102 (40.23% from 255) = 38.64%
BLUE value IS 45 (17.97% from 255) = 17.05%
R=44.32%
G=38.64%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171024500.130.620.5447.544.4431.76
Hex75662D0D3E36302c20
Octal165146550157666605440
Binary1110101110011010110101101111110110110110000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75662D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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