#6D5E2E

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

Shades of Himalaya #6D5E2E

Tints of Himalaya #6D5E2E

Color information

#6D5E2E (or 0x6D5E2E) is unknown color: approx Himalaya. HEX triplet: 6D, 5E and 2E. RGB value is (109,94,46). Sum of RGB (Red+Green+Blue) = 109+94+46=249 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.78% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5E2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5E2E is #92A1D1. Grayscale: #5D5D5D. Windows color (decimal): -9609682 or 3038829. OLE color: 3038829.

HSL color Cylindrical-coordinate representation of color #6D5E2E: hue angle of 45.71º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D5E2E is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.57.

Color convert

RGB1099446-
CMYK00.140.580.57
HSL45.71º40.65%30.39%-
HSV(B)45.71º57.8%42.75%-
XYZ10.811.454.23-
YUV93.01101.47139.4-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.78%
GREEN value IS 94 (37.11% from 255) = 37.75%
BLUE value IS 46 (18.36% from 255) = 18.47%
R=43.78%
G=37.75%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109944600.140.580.5745.7140.6530.39
Hex6D5E2E0E3A392e291e
Octal155136560167271565136
Binary110110110111101011100111011101011100110111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,94,46); }

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

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

 a { background-color: rgb(109,94,46); }

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

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

 span { border-color: rgb(109,94,46); }

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