#6E6F2C

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

Shades of Olivetone #6E6F2C

Tints of Olivetone #6E6F2C

Color information

#6E6F2C (or 0x6E6F2C) is unknown color: approx Olivetone. HEX triplet: 6E, 6F and 2C. RGB value is (110,111,44). Sum of RGB (Red+Green+Blue) = 110+111+44=265 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.51% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 111 - color contains mainly: green. Hex color #6E6F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6F2C is #9190D3. Grayscale: #676767. Windows color (decimal): -9539796 or 2912110. OLE color: 2912110.

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

Color convert

RGB11011144-
CMYK0.0100.600.56
HSL60.9º43.23%30.39%-
HSV(B)60.9º60.36%43.53%-
XYZ12.5714.874.59-
YUV103.0694.67132.95-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 41.51%
GREEN value IS 111 (43.75% from 255) = 41.89%
BLUE value IS 44 (17.58% from 255) = 16.60%
R=41.51%
G=41.89%
B=16.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110111440.0100.600.5660.943.2330.39
Hex6E6F2C103C383d2b1e
Octal15615754107470755336
Binary110111011011111011001011110011100011110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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