#6F6136

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

Shades of Himalaya #6F6136

Tints of Himalaya #6F6136

Color information

#6F6136 (or 0x6F6136) is unknown color: approx Himalaya. HEX triplet: 6F, 61 and 36. RGB value is (111,97,54). Sum of RGB (Red+Green+Blue) = 111+97+54=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6136 is #909EC9. Grayscale: #606060. Windows color (decimal): -9477834 or 3563887. OLE color: 3563887.

HSL color Cylindrical-coordinate representation of color #6F6136: hue angle of 45.26º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F6136 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB1119754-
CMYK00.130.510.56
HSL45.26º34.55%32.35%-
HSV(B)45.26º51.35%43.53%-
XYZ11.512.25.24-
YUV96.28104.14138.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.37%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 54 (21.48% from 255) = 20.61%
R=42.37%
G=37.02%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111975400.130.510.5645.2634.5532.35
Hex6F61360D33382d2320
Octal157141660156370554340
Binary1101111110000111011001101110011111000101101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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