#6F6020

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

Shades of Himalaya #6F6020

Tints of Himalaya #6F6020

Color information

#6F6020 (or 0x6F6020) is unknown color: approx Himalaya. HEX triplet: 6F, 60 and 20. RGB value is (111,96,32). Sum of RGB (Red+Green+Blue) = 111+96+32=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6020 is #909FDF. Grayscale: #5D5D5D. Windows color (decimal): -9478112 or 2121839. OLE color: 2121839.

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

Color convert

RGB1119632-
CMYK00.140.710.56
HSL48.61º55.24%28.04%-
HSV(B)48.61º71.17%43.53%-
XYZ1111.853.07-
YUV93.1993.47140.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.44%
GREEN value IS 96 (37.89% from 255) = 40.17%
BLUE value IS 32 (12.89% from 255) = 13.39%
R=46.44%
G=40.17%
B=13.39%

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
Decimal111963200.140.710.5648.6155.2428.04
Hex6F60200E473831371c
Octal1571404001610770616734
Binary1101111110000010000001110100011111100011000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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