#6E642D

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

Shades of Himalaya #6E642D

Tints of Himalaya #6E642D

Color information

#6E642D (or 0x6E642D) is unknown color: approx Himalaya. HEX triplet: 6E, 64 and 2D. RGB value is (110,100,45). Sum of RGB (Red+Green+Blue) = 110+100+45=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 100 (39.45% from 255 or 39.22% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 110 - color contains mainly: red. Hex color #6E642D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E642D is #919BD2. Grayscale: #606060. Windows color (decimal): -9542611 or 2974830. OLE color: 2974830.

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

Color convert

RGB11010045-
CMYK00.090.590.57
HSL50.77º41.94%30.39%-
HSV(B)50.77º59.09%43.14%-
XYZ11.4612.624.31-
YUV96.7298.81137.47-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 43.14%
GREEN value IS 100 (39.45% from 255) = 39.22%
BLUE value IS 45 (17.97% from 255) = 17.65%
R=43.14%
G=39.22%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101004500.090.590.5750.7741.9430.39
Hex6E642D093B39332a1e
Octal156144550117371635236
Binary110111011001001011010100111101111100111001110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E642D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,100,45); }

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

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

 a { background-color: rgb(110,100,45); }

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

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

 span { border-color: rgb(110,100,45); }

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