#6E712E

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

Shades of Olivetone #6E712E

Tints of Olivetone #6E712E

Color information

#6E712E (or 0x6E712E) is unknown color: approx Olivetone. HEX triplet: 6E, 71 and 2E. RGB value is (110,113,46). Sum of RGB (Red+Green+Blue) = 110+113+46=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 113 - color contains mainly: green. Hex color #6E712E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E712E is #918ED1. Grayscale: #686868. Windows color (decimal): -9539282 or 3043694. OLE color: 3043694.

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

Color convert

RGB11011346-
CMYK0.0300.590.56
HSL62.69º42.14%31.18%-
HSV(B)62.69º59.29%44.31%-
XYZ12.8315.324.87-
YUV104.4695.01131.95-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.89%
GREEN value IS 113 (44.53% from 255) = 42.01%
BLUE value IS 46 (18.36% from 255) = 17.10%
R=40.89%
G=42.01%
B=17.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110113460.0300.590.5662.6942.1431.18
Hex6E712E303B383f2a1f
Octal15616156307370775237
Binary1101110111000110111011011101111100011111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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