#6E6532

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

Shades of Himalaya #6E6532

Tints of Himalaya #6E6532

Color information

#6E6532 (or 0x6E6532) is unknown color: approx Himalaya. HEX triplet: 6E, 65 and 32. RGB value is (110,101,50). Sum of RGB (Red+Green+Blue) = 110+101+50=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6532 is #919ACD. Grayscale: #626262. Windows color (decimal): -9542350 or 3302766. OLE color: 3302766.

HSL color Cylindrical-coordinate representation of color #6E6532: hue angle of 51º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E6532 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB11010150-
CMYK00.080.550.57
HSL51º37.5%31.37%-
HSV(B)51º54.55%43.14%-
XYZ11.6612.854.88-
YUV97.88100.98136.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.15%
GREEN value IS 101 (39.84% from 255) = 38.70%
BLUE value IS 50 (19.92% from 255) = 19.16%
R=42.15%
G=38.70%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101015000.080.550.575137.531.37
Hex6E653208373933261f
Octal156145620106771634637
Binary110111011001011100100100011011111100111001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,101,50); }

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

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

 a { background-color: rgb(110,101,50); }

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

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

 span { border-color: rgb(110,101,50); }

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