#6F5F20

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

Shades of Himalaya #6F5F20

Tints of Himalaya #6F5F20

Color information

#6F5F20 (or 0x6F5F20) is unknown color: approx Himalaya. HEX triplet: 6F, 5F and 20. RGB value is (111,95,32). Sum of RGB (Red+Green+Blue) = 111+95+32=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5F20 is #90A0DF. Grayscale: #5C5C5C. Windows color (decimal): -9478368 or 2121583. OLE color: 2121583.

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

Color convert

RGB1119532-
CMYK00.140.710.56
HSL47.85º55.24%28.04%-
HSV(B)47.85º71.17%43.53%-
XYZ10.9111.673.04-
YUV92.693.8141.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.64%
GREEN value IS 95 (37.5% from 255) = 39.92%
BLUE value IS 32 (12.89% from 255) = 13.45%
R=46.64%
G=39.92%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111953200.140.710.5647.8555.2428.04
Hex6F5F200E473830371c
Octal1571374001610770606734
Binary1101111101111110000001110100011111100011000011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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