#6D6C34

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

Shades of Olivetone #6D6C34

Tints of Olivetone #6D6C34

Color information

#6D6C34 (or 0x6D6C34) is unknown color: approx Olivetone. HEX triplet: 6D, 6C and 34. RGB value is (109,108,52). Sum of RGB (Red+Green+Blue) = 109+108+52=269 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.52% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6C34 is #9293CB. Grayscale: #666666. Windows color (decimal): -9606092 or 3435629. OLE color: 3435629.

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

Color convert

RGB10910852-
CMYK00.010.520.57
HSL58.95º35.4%31.57%-
HSV(B)58.95º52.29%42.75%-
XYZ12.2914.225.35-
YUV101.9299.83133.05-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.52%
GREEN value IS 108 (42.58% from 255) = 40.15%
BLUE value IS 52 (20.70% from 255) = 19.33%
R=40.52%
G=40.15%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091085200.010.520.5758.9535.431.57
Hex6D6C340134393b2320
Octal15515464016471734340
Binary1101101110110011010001110100111001111011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,108,52); }

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

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

 a { background-color: rgb(109,108,52); }

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

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

 span { border-color: rgb(109,108,52); }

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