#6D6129

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

Shades of Himalaya #6D6129

Tints of Himalaya #6D6129

Color information

#6D6129 (or 0x6D6129) is unknown color: approx Himalaya. HEX triplet: 6D, 61 and 29. RGB value is (109,97,41). Sum of RGB (Red+Green+Blue) = 109+97+41=247 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.13% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6129 is #929ED6. Grayscale: #5E5E5E. Windows color (decimal): -9608919 or 2711917. OLE color: 2711917.

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

Color convert

RGB1099741-
CMYK00.110.620.57
HSL49.41º45.33%29.41%-
HSV(B)49.41º62.39%42.75%-
XYZ10.9811.963.83-
YUV94.297.98138.55-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.13%
GREEN value IS 97 (38.28% from 255) = 39.27%
BLUE value IS 41 (16.41% from 255) = 16.60%
R=44.13%
G=39.27%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109974100.110.620.5749.4145.3329.41
Hex6D61290B3E39312d1d
Octal155141510137671615535
Binary110110111000011010010101111111011100111000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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