#76602D

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

Shades of Himalaya #76602D

Tints of Himalaya #76602D

Color information

#76602D (or 0x76602D) is unknown color: approx Himalaya. HEX triplet: 76, 60 and 2D. RGB value is (118,96,45). Sum of RGB (Red+Green+Blue) = 118+96+45=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #76602D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76602D is #899FD2. Grayscale: #606060. Windows color (decimal): -9019347 or 2973814. OLE color: 2973814.

HSL color Cylindrical-coordinate representation of color #76602D: hue angle of 41.92º degrees, saturation: 0.45, 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 #76602D is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1189645-
CMYK00.190.620.54
HSL41.92º44.79%31.96%-
HSV(B)41.92º61.86%46.27%-
XYZ12.1312.414.24-
YUV96.7698.79143.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 96 (37.89% from 255) = 37.07%
BLUE value IS 45 (17.97% from 255) = 17.37%
R=45.56%
G=37.07%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118964500.190.620.5441.9244.7931.96
Hex76602D0133E362a2d20
Octal166140550237666525540
Binary11101101100000101101010011111110110110101010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,96,45); }

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

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

 a { background-color: rgb(118,96,45); }

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

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

 span { border-color: rgb(118,96,45); }

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