#6E6720

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

Shades of Olivetone #6E6720

Tints of Olivetone #6E6720

Color information

#6E6720 (or 0x6E6720) is unknown color: approx Olivetone. HEX triplet: 6E, 67 and 20. RGB value is (110,103,32). Sum of RGB (Red+Green+Blue) = 110+103+32=245 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.90% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6720 is #9198DF. Grayscale: #616161. Windows color (decimal): -9541856 or 2123630. OLE color: 2123630.

HSL color Cylindrical-coordinate representation of color #6E6720: hue angle of 54.62º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E6720 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB11010332-
CMYK00.060.710.57
HSL54.62º54.93%27.84%-
HSV(B)54.62º70.91%43.14%-
XYZ11.5413.123.29-
YUV9791.32137.27-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.90%
GREEN value IS 103 (40.62% from 255) = 42.04%
BLUE value IS 32 (12.89% from 255) = 13.06%
R=44.90%
G=42.04%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101033200.060.710.5754.6254.9327.84
Hex6E672006473937371c
Octal156147400610771676734
Binary110111011001111000000110100011111100111011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,103,32); }

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

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

 a { background-color: rgb(110,103,32); }

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

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

 span { border-color: rgb(110,103,32); }

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