#6D6F2A

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

Shades of Olivetone #6D6F2A

Tints of Olivetone #6D6F2A

Color information

#6D6F2A (or 0x6D6F2A) is unknown color: approx Olivetone. HEX triplet: 6D, 6F and 2A. RGB value is (109,111,42). Sum of RGB (Red+Green+Blue) = 109+111+42=262 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.60% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 111 - color contains mainly: green. Hex color #6D6F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6F2A is #9290D5. Grayscale: #666666. Windows color (decimal): -9605334 or 2781037. OLE color: 2781037.

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

Color convert

RGB10911142-
CMYK0.0200.620.56
HSL61.74º45.1%30%-
HSV(B)61.74º62.16%43.53%-
XYZ12.4114.794.39-
YUV102.5493.84132.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.60%
GREEN value IS 111 (43.75% from 255) = 42.37%
BLUE value IS 42 (16.80% from 255) = 16.03%
R=41.60%
G=42.37%
B=16.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109111420.0200.620.5661.7445.130
Hex6D6F2A203E383e2d1e
Octal15515752207670765536
Binary1101101110111110101010011111011100011111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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