#6E6126

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

Shades of Himalaya #6E6126

Tints of Himalaya #6E6126

Color information

#6E6126 (or 0x6E6126) is unknown color: approx Himalaya. HEX triplet: 6E, 61 and 26. RGB value is (110,97,38). Sum of RGB (Red+Green+Blue) = 110+97+38=245 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.90% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6126 is #919ED9. Grayscale: #5E5E5E. Windows color (decimal): -9543386 or 2515310. OLE color: 2515310.

HSL color Cylindrical-coordinate representation of color #6E6126: hue angle of 49.17º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E6126 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.57.

Color convert

RGB1109738-
CMYK00.120.650.57
HSL49.17º48.65%29.02%-
HSV(B)49.17º65.45%43.14%-
XYZ11.05123.57-
YUV94.1696.31139.3-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.90%
GREEN value IS 97 (38.28% from 255) = 39.59%
BLUE value IS 38 (15.23% from 255) = 15.51%
R=44.90%
G=39.59%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110973800.120.650.5749.1748.6529.02
Hex6E61260C413931311d
Octal1561414601410171616135
Binary1101110110000110011001100100000111100111000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,97,38); }

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

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

 a { background-color: rgb(110,97,38); }

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

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

 span { border-color: rgb(110,97,38); }

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