#6F5E21

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

Shades of Himalaya #6F5E21

Tints of Himalaya #6F5E21

Color information

#6F5E21 (or 0x6F5E21) is unknown color: approx Himalaya. HEX triplet: 6F, 5E and 21. RGB value is (111,94,33). Sum of RGB (Red+Green+Blue) = 111+94+33=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5E21 is #90A1DE. Grayscale: #5C5C5C. Windows color (decimal): -9478623 or 2186863. OLE color: 2186863.

HSL color Cylindrical-coordinate representation of color #6F5E21: hue angle of 46.92º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F5E21 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB1119433-
CMYK00.150.700.56
HSL46.92º54.17%28.24%-
HSV(B)46.92º70.27%43.53%-
XYZ10.8311.493.09-
YUV92.1394.63141.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.64%
GREEN value IS 94 (37.11% from 255) = 39.50%
BLUE value IS 33 (13.28% from 255) = 13.87%
R=46.64%
G=39.50%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111943300.150.700.5646.9254.1728.24
Hex6F5E210F46382f361c
Octal1571364101710670576634
Binary1101111101111010000101111100011011100010111111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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