#6D682D

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

Shades of Olivetone #6D682D

Tints of Olivetone #6D682D

Color information

#6D682D (or 0x6D682D) is unknown color: approx Olivetone. HEX triplet: 6D, 68 and 2D. RGB value is (109,104,45). Sum of RGB (Red+Green+Blue) = 109+104+45=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 104 (41.02% from 255 or 40.31% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 109 - color contains mainly: red. Hex color #6D682D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D682D is #9297D2. Grayscale: #636363. Windows color (decimal): -9607123 or 2975853. OLE color: 2975853.

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

Color convert

RGB10910445-
CMYK00.050.590.57
HSL55.31º41.56%30.2%-
HSV(B)55.31º58.72%42.75%-
XYZ11.7313.344.44-
YUV98.7797.66135.3-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.25%
GREEN value IS 104 (41.02% from 255) = 40.31%
BLUE value IS 45 (17.97% from 255) = 17.44%
R=42.25%
G=40.31%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091044500.050.590.5755.3141.5630.2
Hex6D682D053B39372a1e
Octal15515055057371675236
Binary11011011101000101101010111101111100111011110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D682D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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