#6D6138

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

Shades of Himalaya #6D6138

Tints of Himalaya #6D6138

Color information

#6D6138 (or 0x6D6138) is unknown color: approx Himalaya. HEX triplet: 6D, 61 and 38. RGB value is (109,97,56). Sum of RGB (Red+Green+Blue) = 109+97+56=262 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.60% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6138 is #929EC7. Grayscale: #606060. Windows color (decimal): -9608904 or 3694957. OLE color: 3694957.

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

Color convert

RGB1099756-
CMYK00.110.490.57
HSL46.42º32.12%32.35%-
HSV(B)46.42º48.62%42.75%-
XYZ11.312.095.48-
YUV95.91105.48137.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.60%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 56 (22.27% from 255) = 21.37%
R=41.60%
G=37.02%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109975600.110.490.5746.4232.1232.35
Hex6D61380B31392e2020
Octal155141700136171564040
Binary1101101110000111100001011110001111001101110100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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