#6D6E2F

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

Shades of Olivetone #6D6E2F

Tints of Olivetone #6D6E2F

Color information

#6D6E2F (or 0x6D6E2F) is unknown color: approx Olivetone. HEX triplet: 6D, 6E and 2F. RGB value is (109,110,47). Sum of RGB (Red+Green+Blue) = 109+110+47=266 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.98% from 266); Green value is 110 (43.36% from 255 or 41.35% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 110 - color contains mainly: green. Hex color #6D6E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6E2F is #9291D0. Grayscale: #666666. Windows color (decimal): -9605585 or 3108461. OLE color: 3108461.

HSL color Cylindrical-coordinate representation of color #6D6E2F: hue angle of 60.95º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D6E2F is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB10911047-
CMYK0.0100.570.57
HSL60.95º40.13%30.78%-
HSV(B)60.95º57.27%43.14%-
XYZ12.414.614.86-
YUV102.5296.67132.62-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.98%
GREEN value IS 110 (43.36% from 255) = 41.35%
BLUE value IS 47 (18.75% from 255) = 17.67%
R=40.98%
G=41.35%
B=17.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109110470.0100.570.5760.9540.1330.78
Hex6D6E2F1039393d281f
Octal15515657107171755037
Binary110110111011101011111011100111100111110110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,110,47); }

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

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

 a { background-color: rgb(109,110,47); }

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

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

 span { border-color: rgb(109,110,47); }

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