#6D6332

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

Shades of Himalaya #6D6332

Tints of Himalaya #6D6332

Color information

#6D6332 (or 0x6D6332) is unknown color: approx Himalaya. HEX triplet: 6D, 63 and 32. RGB value is (109,99,50). Sum of RGB (Red+Green+Blue) = 109+99+50=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6332 is #929CCD. Grayscale: #606060. Windows color (decimal): -9608398 or 3302253. OLE color: 3302253.

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

Color convert

RGB1099950-
CMYK00.090.540.57
HSL49.83º37.11%31.18%-
HSV(B)49.83º54.13%42.75%-
XYZ11.3412.414.81-
YUV96.4101.81136.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.25%
GREEN value IS 99 (39.06% from 255) = 38.37%
BLUE value IS 50 (19.92% from 255) = 19.38%
R=42.25%
G=38.37%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109995000.090.540.5749.8337.1131.18
Hex6D633209363932251f
Octal155143620116671624537
Binary110110111000111100100100111011011100111001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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