#6E682E

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

Shades of Olivetone #6E682E

Tints of Olivetone #6E682E

Color information

#6E682E (or 0x6E682E) is unknown color: approx Olivetone. HEX triplet: 6E, 68 and 2E. RGB value is (110,104,46). Sum of RGB (Red+Green+Blue) = 110+104+46=260 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.31% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 110 - color contains mainly: red. Hex color #6E682E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E682E is #9197D1. Grayscale: #636363. Windows color (decimal): -9541586 or 3041390. OLE color: 3041390.

HSL color Cylindrical-coordinate representation of color #6E682E: hue angle of 54.38º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E682E is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.57.

Color convert

RGB11010446-
CMYK00.050.580.57
HSL54.38º41.03%30.59%-
HSV(B)54.38º58.18%43.14%-
XYZ11.8713.414.55-
YUV99.1897.99135.72-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.31%
GREEN value IS 104 (41.02% from 255) = 40%
BLUE value IS 46 (18.36% from 255) = 17.69%
R=42.31%
G=40%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101044600.050.580.5754.3841.0330.59
Hex6E682E053A3936291f
Octal15615056057271665137
Binary11011101101000101110010111101011100111011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E682E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,104,46); }

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

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

 a { background-color: rgb(110,104,46); }

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

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

 span { border-color: rgb(110,104,46); }

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