#6E711C

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

Shades of Olivetone #6E711C

Tints of Olivetone #6E711C

Color information

#6E711C (or 0x6E711C) is unknown color: approx Olivetone. HEX triplet: 6E, 71 and 1C. RGB value is (110,113,28). Sum of RGB (Red+Green+Blue) = 110+113+28=251 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.82% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #6E711C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E711C is #918EE3. Grayscale: #666666. Windows color (decimal): -9539300 or 1864046. OLE color: 1864046.

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

Color convert

RGB11011328-
CMYK0.0300.750.56
HSL62.12º60.28%27.65%-
HSV(B)62.12º75.22%44.31%-
XYZ12.5515.213.37-
YUV102.4186.01133.41-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 43.82%
GREEN value IS 113 (44.53% from 255) = 45.02%
BLUE value IS 28 (11.33% from 255) = 11.16%
R=43.82%
G=45.02%
B=11.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110113280.0300.750.5662.1260.2827.65
Hex6E711C304B383e3c1c
Octal156161343011370767434
Binary1101110111000111100110100101111100011111011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E711C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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