#7C6E36

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

Shades of Himalaya #7C6E36

Tints of Himalaya #7C6E36

Color information

#7C6E36 (or 0x7C6E36) is unknown color: approx Himalaya. HEX triplet: 7C, 6E and 36. RGB value is (124,110,54). Sum of RGB (Red+Green+Blue) = 124+110+54=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6E36 is #8391C9. Grayscale: #6C6C6C. Windows color (decimal): -8622538 or 3567228. OLE color: 3567228.

HSL color Cylindrical-coordinate representation of color #7C6E36: hue angle of 48º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C6E36 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB12411054-
CMYK00.110.560.51
HSL48º39.33%34.9%-
HSV(B)48º56.45%48.63%-
XYZ14.5515.75.75-
YUV107.897.64139.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.06%
GREEN value IS 110 (43.36% from 255) = 38.19%
BLUE value IS 54 (21.48% from 255) = 18.75%
R=43.06%
G=38.19%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241105400.110.560.514839.3334.9
Hex7C6E360B3833302723
Octal174156660137063604743
Binary1111100110111011011001011111000110011110000100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C6E36; }

 p { color: rgb(124,110,54); }

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

<style>
 a { background-color: #7C6E36; }

 a { background-color: rgb(124,110,54); }

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

<style>
 span { border-color: #7C6E36; }

 span { border-color: rgb(124,110,54); }

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