#6E712D

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

Shades of Olivetone #6E712D

Tints of Olivetone #6E712D

Color information

#6E712D (or 0x6E712D) is unknown color: approx Olivetone. HEX triplet: 6E, 71 and 2D. RGB value is (110,113,45). Sum of RGB (Red+Green+Blue) = 110+113+45=268 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.04% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #6E712D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E712D is #918ED2. Grayscale: #686868. Windows color (decimal): -9539283 or 2978158. OLE color: 2978158.

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

Color convert

RGB11011345-
CMYK0.0300.600.56
HSL62.65º43.04%30.98%-
HSV(B)62.65º60.18%44.31%-
XYZ12.8115.314.76-
YUV104.3594.51132.03-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 41.04%
GREEN value IS 113 (44.53% from 255) = 42.16%
BLUE value IS 45 (17.97% from 255) = 16.79%
R=41.04%
G=42.16%
B=16.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110113450.0300.600.5662.6543.0430.98
Hex6E712D303C383f2b1f
Octal15616155307470775337
Binary1101110111000110110111011110011100011111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E712D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,113,45); }

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

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

 a { background-color: rgb(110,113,45); }

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

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

 span { border-color: rgb(110,113,45); }

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