#6E6929

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

Shades of Olivetone #6E6929

Tints of Olivetone #6E6929

Color information

#6E6929 (or 0x6E6929) is unknown color: approx Olivetone. HEX triplet: 6E, 69 and 29. RGB value is (110,105,41). Sum of RGB (Red+Green+Blue) = 110+105+41=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6929 is #9196D6. Grayscale: #636363. Windows color (decimal): -9541335 or 2713966. OLE color: 2713966.

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

Color convert

RGB11010541-
CMYK00.050.630.57
HSL55.65º45.7%29.61%-
HSV(B)55.65º62.73%43.14%-
XYZ11.8813.584.09-
YUV99.295.16135.7-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.97%
GREEN value IS 105 (41.41% from 255) = 41.02%
BLUE value IS 41 (16.41% from 255) = 16.02%
R=42.97%
G=41.02%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101054100.050.630.5755.6545.729.61
Hex6E6929053F39382e1e
Octal15615151057771705636
Binary11011101101001101001010111111111100111100010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,105,41); }

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

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

 a { background-color: rgb(110,105,41); }

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

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

 span { border-color: rgb(110,105,41); }

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