#76612C

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

Shades of Himalaya #76612C

Tints of Himalaya #76612C

Color information

#76612C (or 0x76612C) is unknown color: approx Himalaya. HEX triplet: 76, 61 and 2C. RGB value is (118,97,44). Sum of RGB (Red+Green+Blue) = 118+97+44=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #76612C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76612C is #899ED3. Grayscale: #616161. Windows color (decimal): -9019092 or 2908534. OLE color: 2908534.

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

Color convert

RGB1189744-
CMYK00.180.630.54
HSL42.97º45.68%31.76%-
HSV(B)42.97º62.71%46.27%-
XYZ12.212.584.17-
YUV97.2497.96142.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 97 (38.28% from 255) = 37.45%
BLUE value IS 44 (17.58% from 255) = 16.99%
R=45.56%
G=37.45%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118974400.180.630.5442.9745.6831.76
Hex76612C0123F362b2e20
Octal166141540227766535640
Binary11101101100001101100010010111111110110101011101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76612C; }

 p { color: rgb(118,97,44); }

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

<style>
 a { background-color: #76612C; }

 a { background-color: rgb(118,97,44); }

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

<style>
 span { border-color: #76612C; }

 span { border-color: rgb(118,97,44); }

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