#6E662C

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

Shades of Himalaya #6E662C

Tints of Himalaya #6E662C

Color information

#6E662C (or 0x6E662C) is unknown color: approx Himalaya. HEX triplet: 6E, 66 and 2C. RGB value is (110,102,44). Sum of RGB (Red+Green+Blue) = 110+102+44=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 110 - color contains mainly: red. Hex color #6E662C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E662C is #9199D3. Grayscale: #626262. Windows color (decimal): -9542100 or 2909806. OLE color: 2909806.

HSL color Cylindrical-coordinate representation of color #6E662C: hue angle of 52.73º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E662C is Cyan = 0, Magento = 0.07, Yellow = 0.6 and Black (K on CMYK) = 0.57.

Color convert

RGB11010244-
CMYK00.070.60.57
HSL52.73º42.86%30.2%-
HSV(B)52.73º60%43.14%-
XYZ11.64134.28-
YUV97.7897.65136.72-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.97%
GREEN value IS 102 (40.23% from 255) = 39.84%
BLUE value IS 44 (17.58% from 255) = 17.19%
R=42.97%
G=39.84%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.6
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101024400.070.60.5752.7342.8630.2
Hex6E662C073C39352b1e
Octal15614654077471655336
Binary11011101100110101100011111110011100111010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E662C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E662C; }

 p { color: rgb(110,102,44); }

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

<style>
 a { background-color: #6E662C; }

 a { background-color: rgb(110,102,44); }

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

<style>
 span { border-color: #6E662C; }

 span { border-color: rgb(110,102,44); }

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