#6D6128

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

Shades of Himalaya #6D6128

Tints of Himalaya #6D6128

Color information

#6D6128 (or 0x6D6128) is unknown color: approx Himalaya. HEX triplet: 6D, 61 and 28. RGB value is (109,97,40). Sum of RGB (Red+Green+Blue) = 109+97+40=246 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.31% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6128 is #929ED7. Grayscale: #5E5E5E. Windows color (decimal): -9608920 or 2646381. OLE color: 2646381.

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

Color convert

RGB1099740-
CMYK00.110.630.57
HSL49.57º46.31%29.22%-
HSV(B)49.57º63.3%42.75%-
XYZ10.9611.953.74-
YUV94.0997.48138.63-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.31%
GREEN value IS 97 (38.28% from 255) = 39.43%
BLUE value IS 40 (16.02% from 255) = 16.26%
R=44.31%
G=39.43%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109974000.110.630.5749.5746.3129.22
Hex6D61280B3F39322e1d
Octal155141500137771625635
Binary110110111000011010000101111111111100111001010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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