#6F5E36

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

Shades of Himalaya #6F5E36

Tints of Himalaya #6F5E36

Color information

#6F5E36 (or 0x6F5E36) is unknown color: approx Himalaya. HEX triplet: 6F, 5E and 36. RGB value is (111,94,54). Sum of RGB (Red+Green+Blue) = 111+94+54=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5E36 is #90A1C9. Grayscale: #5E5E5E. Windows color (decimal): -9478602 or 3563119. OLE color: 3563119.

HSL color Cylindrical-coordinate representation of color #6F5E36: hue angle of 42.11º 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 #6F5E36 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB1119454-
CMYK00.150.510.56
HSL42.11º34.55%32.35%-
HSV(B)42.11º51.35%43.53%-
XYZ11.2211.655.15-
YUV94.52105.13139.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.86%
GREEN value IS 94 (37.11% from 255) = 36.29%
BLUE value IS 54 (21.48% from 255) = 20.85%
R=42.86%
G=36.29%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111945400.150.510.5642.1134.5532.35
Hex6F5E360F33382a2320
Octal157136660176370524340
Binary1101111101111011011001111110011111000101010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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