#6D6F2D

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

Shades of Olivetone #6D6F2D

Tints of Olivetone #6D6F2D

Color information

#6D6F2D (or 0x6D6F2D) is unknown color: approx Olivetone. HEX triplet: 6D, 6F and 2D. RGB value is (109,111,45). Sum of RGB (Red+Green+Blue) = 109+111+45=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 111 - color contains mainly: green. Hex color #6D6F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6F2D is #9290D2. Grayscale: #676767. Windows color (decimal): -9605331 or 2977645. OLE color: 2977645.

HSL color Cylindrical-coordinate representation of color #6D6F2D: hue angle of 61.82º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D6F2D is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB10911145-
CMYK0.0200.590.56
HSL61.82º42.31%30.59%-
HSV(B)61.82º59.46%43.53%-
XYZ12.4614.814.68-
YUV102.8895.34132.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.13%
GREEN value IS 111 (43.75% from 255) = 41.89%
BLUE value IS 45 (17.97% from 255) = 16.98%
R=41.13%
G=41.89%
B=16.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109111450.0200.590.5661.8242.3130.59
Hex6D6F2D203B383e2a1f
Octal15515755207370765237
Binary1101101110111110110110011101111100011111010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,111,45); }

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

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

 a { background-color: rgb(109,111,45); }

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

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

 span { border-color: rgb(109,111,45); }

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