#6D6132

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

Shades of Himalaya #6D6132

Tints of Himalaya #6D6132

Color information

#6D6132 (or 0x6D6132) is unknown color: approx Himalaya. HEX triplet: 6D, 61 and 32. RGB value is (109,97,50). Sum of RGB (Red+Green+Blue) = 109+97+50=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6132 is #929ECD. Grayscale: #5F5F5F. Windows color (decimal): -9608910 or 3301741. OLE color: 3301741.

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

Color convert

RGB1099750-
CMYK00.110.540.57
HSL47.8º37.11%31.18%-
HSV(B)47.8º54.13%42.75%-
XYZ11.1612.034.75-
YUV95.23102.48137.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.58%
GREEN value IS 97 (38.28% from 255) = 37.89%
BLUE value IS 50 (19.92% from 255) = 19.53%
R=42.58%
G=37.89%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109975000.110.540.5747.837.1131.18
Hex6D61320B363930251f
Octal155141620136671604537
Binary110110111000011100100101111011011100111000010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,97,50); }

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

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

 a { background-color: rgb(109,97,50); }

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

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

 span { border-color: rgb(109,97,50); }

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