#6E6B18

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

Shades of Olivetone #6E6B18

Tints of Olivetone #6E6B18

Color information

#6E6B18 (or 0x6E6B18) is unknown color: approx Olivetone. HEX triplet: 6E, 6B and 18. RGB value is (110,107,24). Sum of RGB (Red+Green+Blue) = 110+107+24=241 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.64% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6B18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E6B18 is #9194E7. Grayscale: #626262. Windows color (decimal): -9540840 or 1600366. OLE color: 1600366.

HSL color Cylindrical-coordinate representation of color #6E6B18: hue angle of 57.91º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E6B18 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.57.

Color convert

RGB11010724-
CMYK00.030.780.57
HSL57.91º64.18%26.27%-
HSV(B)57.91º78.18%43.14%-
XYZ11.8513.92.92-
YUV98.4485.99136.25-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.64%
GREEN value IS 107 (42.19% from 255) = 44.40%
BLUE value IS 24 (9.77% from 255) = 9.96%
R=45.64%
G=44.40%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.78
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101072400.030.780.5757.9164.1826.27
Hex6E6B18034E393a401a
Octal1561533003116717210032
Binary11011101101011110000111001110111001111010100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,107,24); }

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

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

 a { background-color: rgb(110,107,24); }

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

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

 span { border-color: rgb(110,107,24); }

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