#6F6124

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

Shades of Himalaya #6F6124

Tints of Himalaya #6F6124

Color information

#6F6124 (or 0x6F6124) is unknown color: approx Himalaya. HEX triplet: 6F, 61 and 24. RGB value is (111,97,36). Sum of RGB (Red+Green+Blue) = 111+97+36=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 36 (14.45% from 255 or 14.75% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6124 is #909EDB. Grayscale: #5E5E5E. Windows color (decimal): -9477852 or 2384239. OLE color: 2384239.

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

Color convert

RGB1119736-
CMYK00.130.680.56
HSL48.8º51.02%28.82%-
HSV(B)48.8º67.57%43.53%-
XYZ11.1512.063.41-
YUV94.2395.14139.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.49%
GREEN value IS 97 (38.28% from 255) = 39.75%
BLUE value IS 36 (14.45% from 255) = 14.75%
R=45.49%
G=39.75%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111973600.130.680.5648.851.0228.82
Hex6F61240D443831331d
Octal1571414401510470616335
Binary1101111110000110010001101100010011100011000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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