#6E632F

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

Shades of Himalaya #6E632F

Tints of Himalaya #6E632F

Color information

#6E632F (or 0x6E632F) is unknown color: approx Himalaya. HEX triplet: 6E, 63 and 2F. RGB value is (110,99,47). Sum of RGB (Red+Green+Blue) = 110+99+47=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 110 - color contains mainly: red. Hex color #6E632F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E632F is #919CD0. Grayscale: #606060. Windows color (decimal): -9542865 or 3105646. OLE color: 3105646.

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

Color convert

RGB1109947-
CMYK00.10.570.57
HSL49.52º40.13%30.78%-
HSV(B)49.52º57.27%43.14%-
XYZ11.4112.444.49-
YUV96.36100.14137.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.97%
GREEN value IS 99 (39.06% from 255) = 38.67%
BLUE value IS 47 (18.75% from 255) = 18.36%
R=42.97%
G=38.67%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.57
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110994700.10.570.5749.5240.1330.78
Hex6E632F0A393932281f
Octal156143570127171625037
Binary110111011000111011110101011100111100111001010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E632F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,99,47); }

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

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

 a { background-color: rgb(110,99,47); }

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

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

 span { border-color: rgb(110,99,47); }

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