#6D6238

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

Shades of Himalaya #6D6238

Tints of Himalaya #6D6238

Color information

#6D6238 (or 0x6D6238) is unknown color: approx Himalaya. HEX triplet: 6D, 62 and 38. RGB value is (109,98,56). Sum of RGB (Red+Green+Blue) = 109+98+56=263 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.44% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6238 is #929DC7. Grayscale: #606060. Windows color (decimal): -9608648 or 3695213. OLE color: 3695213.

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

Color convert

RGB1099856-
CMYK00.100.490.57
HSL47.55º32.12%32.35%-
HSV(B)47.55º48.62%42.75%-
XYZ11.3912.275.51-
YUV96.5105.14136.92-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.44%
GREEN value IS 98 (38.67% from 255) = 37.26%
BLUE value IS 56 (22.27% from 255) = 21.29%
R=41.44%
G=37.26%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109985600.100.490.5747.5532.1232.35
Hex6D62380A3139302020
Octal155142700126171604040
Binary1101101110001011100001010110001111001110000100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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