#6E622F

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

Shades of Himalaya #6E622F

Tints of Himalaya #6E622F

Color information

#6E622F (or 0x6E622F) is unknown color: approx Himalaya. HEX triplet: 6E, 62 and 2F. RGB value is (110,98,47). Sum of RGB (Red+Green+Blue) = 110+98+47=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 110 - color contains mainly: red. Hex color #6E622F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E622F is #919DD0. Grayscale: #5F5F5F. Windows color (decimal): -9543121 or 3105390. OLE color: 3105390.

HSL color Cylindrical-coordinate representation of color #6E622F: hue angle of 48.57º 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 #6E622F is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB1109847-
CMYK00.110.570.57
HSL48.57º40.13%30.78%-
HSV(B)48.57º57.27%43.14%-
XYZ11.3112.264.46-
YUV95.77100.48138.15-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 43.14%
GREEN value IS 98 (38.67% from 255) = 38.43%
BLUE value IS 47 (18.75% from 255) = 18.43%
R=43.14%
G=38.43%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110984700.110.570.5748.5740.1330.78
Hex6E622F0B393931281f
Octal156142570137171615037
Binary110111011000101011110101111100111100111000110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E622F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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