#6F6137

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

Shades of Himalaya #6F6137

Tints of Himalaya #6F6137

Color information

#6F6137 (or 0x6F6137) is unknown color: approx Himalaya. HEX triplet: 6F, 61 and 37. RGB value is (111,97,55). Sum of RGB (Red+Green+Blue) = 111+97+55=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6137 is #909EC8. Grayscale: #606060. Windows color (decimal): -9477833 or 3629423. OLE color: 3629423.

HSL color Cylindrical-coordinate representation of color #6F6137: hue angle of 45º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F6137 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1119755-
CMYK00.130.500.56
HSL45º33.73%32.55%-
HSV(B)45º50.45%43.53%-
XYZ11.5212.25.36-
YUV96.4104.64138.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.21%
GREEN value IS 97 (38.28% from 255) = 36.88%
BLUE value IS 55 (21.88% from 255) = 20.91%
R=42.21%
G=36.88%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111975500.130.500.564533.7332.55
Hex6F61370D32382d2221
Octal157141670156270554241
Binary1101111110000111011101101110010111000101101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,97,55); }

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

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

 a { background-color: rgb(111,97,55); }

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

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

 span { border-color: rgb(111,97,55); }

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