#6E652A

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

Shades of Himalaya #6E652A

Tints of Himalaya #6E652A

Color information

#6E652A (or 0x6E652A) is unknown color: approx Himalaya. HEX triplet: 6E, 65 and 2A. RGB value is (110,101,42). Sum of RGB (Red+Green+Blue) = 110+101+42=253 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.48% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 110 - color contains mainly: red. Hex color #6E652A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E652A is #919AD5. Grayscale: #616161. Windows color (decimal): -9542358 or 2778478. OLE color: 2778478.

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

Color convert

RGB11010142-
CMYK00.080.620.57
HSL52.06º44.74%29.8%-
HSV(B)52.06º61.82%43.14%-
XYZ11.512.794.05-
YUV96.9696.98137.3-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 43.48%
GREEN value IS 101 (39.84% from 255) = 39.92%
BLUE value IS 42 (16.80% from 255) = 16.60%
R=43.48%
G=39.92%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101014200.080.620.5752.0644.7429.8
Hex6E652A083E39342d1e
Octal156145520107671645536
Binary110111011001011010100100011111011100111010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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