#6D6F2B

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

Shades of Olivetone #6D6F2B

Tints of Olivetone #6D6F2B

Color information

#6D6F2B (or 0x6D6F2B) is unknown color: approx Olivetone. HEX triplet: 6D, 6F and 2B. RGB value is (109,111,43). Sum of RGB (Red+Green+Blue) = 109+111+43=263 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.44% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 111 - color contains mainly: green. Hex color #6D6F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6F2B is #9290D4. Grayscale: #666666. Windows color (decimal): -9605333 or 2846573. OLE color: 2846573.

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

Color convert

RGB10911143-
CMYK0.0200.610.56
HSL61.76º44.16%30.2%-
HSV(B)61.76º61.26%43.53%-
XYZ12.4314.794.49-
YUV102.6594.34132.53-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.44%
GREEN value IS 111 (43.75% from 255) = 42.21%
BLUE value IS 43 (17.19% from 255) = 16.35%
R=41.44%
G=42.21%
B=16.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109111430.0200.610.5661.7644.1630.2
Hex6D6F2B203D383e2c1e
Octal15515753207570765436
Binary1101101110111110101110011110111100011111010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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