#6E711E

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

Shades of Olivetone #6E711E

Tints of Olivetone #6E711E

Color information

#6E711E (or 0x6E711E) is unknown color: approx Olivetone. HEX triplet: 6E, 71 and 1E. RGB value is (110,113,30). Sum of RGB (Red+Green+Blue) = 110+113+30=253 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.48% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #6E711E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E711E is #918EE1. Grayscale: #666666. Windows color (decimal): -9539298 or 1995118. OLE color: 1995118.

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

Color convert

RGB11011330-
CMYK0.0300.730.56
HSL62.17º58.04%28.04%-
HSV(B)62.17º73.45%44.31%-
XYZ12.5715.223.5-
YUV102.6487.01133.25-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 43.48%
GREEN value IS 113 (44.53% from 255) = 44.66%
BLUE value IS 30 (12.11% from 255) = 11.86%
R=43.48%
G=44.66%
B=11.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110113300.0300.730.5662.1758.0428.04
Hex6E711E3049383e3a1c
Octal156161363011170767234
Binary1101110111000111110110100100111100011111011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E711E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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