#6C6E2C

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

Shades of Olivetone #6C6E2C

Tints of Olivetone #6C6E2C

Color information

#6C6E2C (or 0x6C6E2C) is unknown color: approx Olivetone. HEX triplet: 6C, 6E and 2C. RGB value is (108,110,44). Sum of RGB (Red+Green+Blue) = 108+110+44=262 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.22% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 110 - color contains mainly: green. Hex color #6C6E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6E2C is #9391D3. Grayscale: #666666. Windows color (decimal): -9671124 or 2911852. OLE color: 2911852.

HSL color Cylindrical-coordinate representation of color #6C6E2C: hue angle of 61.82º degrees, saturation: 0.43, 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 #6C6E2C is Cyan = 0.02, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.57.

Color convert

RGB10811044-
CMYK0.0200.60.57
HSL61.82º42.86%30.2%-
HSV(B)61.82º60%43.14%-
XYZ12.2114.524.54-
YUV101.8895.34132.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.22%
GREEN value IS 110 (43.36% from 255) = 41.98%
BLUE value IS 44 (17.58% from 255) = 16.79%
R=41.22%
G=41.98%
B=16.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal108110440.0200.60.5761.8242.8630.2
Hex6C6E2C203C393e2b1e
Octal15415654207471765336
Binary1101100110111010110010011110011100111111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,110,44); }

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

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

 a { background-color: rgb(108,110,44); }

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

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

 span { border-color: rgb(108,110,44); }

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