#6D6232

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

Shades of Himalaya #6D6232

Tints of Himalaya #6D6232

Color information

#6D6232 (or 0x6D6232) is unknown color: approx Himalaya. HEX triplet: 6D, 62 and 32. RGB value is (109,98,50). Sum of RGB (Red+Green+Blue) = 109+98+50=257 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.41% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6232 is #929DCD. Grayscale: #606060. Windows color (decimal): -9608654 or 3301997. OLE color: 3301997.

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

Color convert

RGB1099850-
CMYK00.100.540.57
HSL48.81º37.11%31.18%-
HSV(B)48.81º54.13%42.75%-
XYZ11.2512.224.78-
YUV95.82102.14137.4-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.41%
GREEN value IS 98 (38.67% from 255) = 38.13%
BLUE value IS 50 (19.92% from 255) = 19.46%
R=42.41%
G=38.13%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109985000.100.540.5748.8137.1131.18
Hex6D62320A363931251f
Octal155142620126671614537
Binary110110111000101100100101011011011100111000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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