#6E6811

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

Shades of Olivetone #6E6811

Tints of Olivetone #6E6811

Color information

#6E6811 (or 0x6E6811) is unknown color: approx Olivetone. HEX triplet: 6E, 68 and 11. RGB value is (110,104,17). Sum of RGB (Red+Green+Blue) = 110+104+17=231 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.62% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E6811 is #9197EE. Grayscale: #606060. Windows color (decimal): -9541615 or 1140846. OLE color: 1140846.

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

Color convert

RGB11010417-
CMYK00.050.850.57
HSL56.13º73.23%24.9%-
HSV(B)56.13º84.55%43.14%-
XYZ11.4813.262.48-
YUV95.8883.49138.07-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.62%
GREEN value IS 104 (41.02% from 255) = 45.02%
BLUE value IS 17 (7.03% from 255) = 7.36%
R=47.62%
G=45.02%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101041700.050.850.5756.1373.2324.9
Hex6E6811055539384919
Octal1561502105125717011131
Binary110111011010001000101011010101111001111000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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