#7C6631

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

Shades of Himalaya #7C6631

Tints of Himalaya #7C6631

Color information

#7C6631 (or 0x7C6631) is unknown color: approx Himalaya. HEX triplet: 7C, 66 and 31. RGB value is (124,102,49). Sum of RGB (Red+Green+Blue) = 124+102+49=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6631 is #8399CE. Grayscale: #666666. Windows color (decimal): -8624591 or 3237500. OLE color: 3237500.

HSL color Cylindrical-coordinate representation of color #7C6631: hue angle of 42.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C6631 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB12410249-
CMYK00.180.600.51
HSL42.4º43.35%33.92%-
HSV(B)42.4º60.48%48.63%-
XYZ13.6214.014.89-
YUV102.5497.79143.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.09%
GREEN value IS 102 (40.23% from 255) = 37.09%
BLUE value IS 49 (19.53% from 255) = 17.82%
R=45.09%
G=37.09%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241024900.180.600.5142.443.3533.92
Hex7C66310123C332a2b22
Octal174146610227463525342
Binary11111001100110110001010010111100110011101010101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,102,49); }

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

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

 a { background-color: rgb(124,102,49); }

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

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

 span { border-color: rgb(124,102,49); }

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