#76652D

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

Shades of Himalaya #76652D

Tints of Himalaya #76652D

Color information

#76652D (or 0x76652D) is unknown color: approx Himalaya. HEX triplet: 76, 65 and 2D. RGB value is (118,101,45). Sum of RGB (Red+Green+Blue) = 118+101+45=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76652D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76652D is #899AD2. Grayscale: #636363. Windows color (decimal): -9018067 or 2975094. OLE color: 2975094.

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

Color convert

RGB11810145-
CMYK00.140.620.54
HSL46.03º44.79%31.96%-
HSV(B)46.03º61.86%46.27%-
XYZ12.613.354.4-
YUV99.797.13141.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.70%
GREEN value IS 101 (39.84% from 255) = 38.26%
BLUE value IS 45 (17.97% from 255) = 17.05%
R=44.70%
G=38.26%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181014500.140.620.5446.0344.7931.96
Hex76652D0E3E362e2d20
Octal166145550167666565540
Binary1110110110010110110101110111110110110101110101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76652D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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