#6F6120

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

Shades of Himalaya #6F6120

Tints of Himalaya #6F6120

Color information

#6F6120 (or 0x6F6120) is unknown color: approx Himalaya. HEX triplet: 6F, 61 and 20. RGB value is (111,97,32). Sum of RGB (Red+Green+Blue) = 111+97+32=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6120 is #909EDF. Grayscale: #5E5E5E. Windows color (decimal): -9477856 or 2122095. OLE color: 2122095.

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

Color convert

RGB1119732-
CMYK00.130.710.56
HSL49.37º55.24%28.04%-
HSV(B)49.37º71.17%43.53%-
XYZ11.0912.033.1-
YUV93.7893.14140.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.25%
GREEN value IS 97 (38.28% from 255) = 40.42%
BLUE value IS 32 (12.89% from 255) = 13.33%
R=46.25%
G=40.42%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111973200.130.710.5649.3755.2428.04
Hex6F61200D473831371c
Octal1571414001510770616734
Binary1101111110000110000001101100011111100011000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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