#6E6C2B

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

Shades of Olivetone #6E6C2B

Tints of Olivetone #6E6C2B

Color information

#6E6C2B (or 0x6E6C2B) is unknown color: approx Olivetone. HEX triplet: 6E, 6C and 2B. RGB value is (110,108,43). Sum of RGB (Red+Green+Blue) = 110+108+43=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 108 (42.58% from 255 or 41.38% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6C2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6C2B is #9193D4. Grayscale: #656565. Windows color (decimal): -9540565 or 2845806. OLE color: 2845806.

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

Color convert

RGB11010843-
CMYK00.020.610.57
HSL58.21º43.79%30%-
HSV(B)58.21º60.91%43.14%-
XYZ12.2314.214.38-
YUV101.1995.16134.29-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.15%
GREEN value IS 108 (42.58% from 255) = 41.38%
BLUE value IS 43 (17.19% from 255) = 16.48%
R=42.15%
G=41.38%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101084300.020.610.5758.2143.7930
Hex6E6C2B023D393a2c1e
Octal15615453027571725436
Binary1101110110110010101101011110111100111101010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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