#6F662C

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

Shades of Himalaya #6F662C

Tints of Himalaya #6F662C

Color information

#6F662C (or 0x6F662C) is unknown color: approx Himalaya. HEX triplet: 6F, 66 and 2C. RGB value is (111,102,44). Sum of RGB (Red+Green+Blue) = 111+102+44=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 111 - color contains mainly: red. Hex color #6F662C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F662C is #9099D3. Grayscale: #626262. Windows color (decimal): -9476564 or 2909807. OLE color: 2909807.

HSL color Cylindrical-coordinate representation of color #6F662C: hue angle of 51.94º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F662C is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB11110244-
CMYK00.080.600.56
HSL51.94º43.23%30.39%-
HSV(B)51.94º60.36%43.53%-
XYZ11.7613.064.28-
YUV98.0897.48137.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.19%
GREEN value IS 102 (40.23% from 255) = 39.69%
BLUE value IS 44 (17.58% from 255) = 17.12%
R=43.19%
G=39.69%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111024400.080.600.5651.9443.2330.39
Hex6F662C083C38342b1e
Octal157146540107470645336
Binary110111111001101011000100011110011100011010010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F662C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,102,44); }

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

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

 a { background-color: rgb(111,102,44); }

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

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

 span { border-color: rgb(111,102,44); }

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