#6D5F29

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

Shades of Himalaya #6D5F29

Tints of Himalaya #6D5F29

Color information

#6D5F29 (or 0x6D5F29) is unknown color: approx Himalaya. HEX triplet: 6D, 5F and 29. RGB value is (109,95,41). Sum of RGB (Red+Green+Blue) = 109+95+41=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5F29 is #92A0D6. Grayscale: #5D5D5D. Windows color (decimal): -9609431 or 2711405. OLE color: 2711405.

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

Color convert

RGB1099541-
CMYK00.130.620.57
HSL47.65º45.33%29.41%-
HSV(B)47.65º62.39%42.75%-
XYZ10.811.63.77-
YUV93.0398.64139.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.49%
GREEN value IS 95 (37.5% from 255) = 38.78%
BLUE value IS 41 (16.41% from 255) = 16.73%
R=44.49%
G=38.78%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109954100.130.620.5747.6545.3329.41
Hex6D5F290D3E39302d1d
Octal155137510157671605535
Binary110110110111111010010110111111011100111000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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