#6D692C

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

Shades of Olivetone #6D692C

Tints of Olivetone #6D692C

Color information

#6D692C (or 0x6D692C) is unknown color: approx Olivetone. HEX triplet: 6D, 69 and 2C. RGB value is (109,105,44). Sum of RGB (Red+Green+Blue) = 109+105+44=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 109 - color contains mainly: red. Hex color #6D692C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D692C is #9296D3. Grayscale: #636363. Windows color (decimal): -9606868 or 2910573. OLE color: 2910573.

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

Color convert

RGB10910544-
CMYK00.040.600.57
HSL56.31º42.48%30%-
HSV(B)56.31º59.63%42.75%-
XYZ11.8113.544.37-
YUV99.2496.83134.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.25%
GREEN value IS 105 (41.41% from 255) = 40.70%
BLUE value IS 44 (17.58% from 255) = 17.05%
R=42.25%
G=40.70%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091054400.040.600.5756.3142.4830
Hex6D692C043C39382a1e
Octal15515154047471705236
Binary11011011101001101100010011110011100111100010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D692C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,105,44); }

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

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

 a { background-color: rgb(109,105,44); }

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

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

 span { border-color: rgb(109,105,44); }

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