#6F5E20

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

Shades of Himalaya #6F5E20

Tints of Himalaya #6F5E20

Color information

#6F5E20 (or 0x6F5E20) is unknown color: approx Himalaya. HEX triplet: 6F, 5E and 20. RGB value is (111,94,32). Sum of RGB (Red+Green+Blue) = 111+94+32=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5E20 is #90A1DF. Grayscale: #5C5C5C. Windows color (decimal): -9478624 or 2121327. OLE color: 2121327.

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

Color convert

RGB1119432-
CMYK00.150.710.56
HSL47.09º55.24%28.04%-
HSV(B)47.09º71.17%43.53%-
XYZ10.8211.493.01-
YUV92.0194.13141.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.84%
GREEN value IS 94 (37.11% from 255) = 39.66%
BLUE value IS 32 (12.89% from 255) = 13.50%
R=46.84%
G=39.66%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111943200.150.710.5647.0955.2428.04
Hex6F5E200F47382f371c
Octal1571364001710770576734
Binary1101111101111010000001111100011111100010111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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