#6D6E2B

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

Shades of Olivetone #6D6E2B

Tints of Olivetone #6D6E2B

Color information

#6D6E2B (or 0x6D6E2B) is unknown color: approx Olivetone. HEX triplet: 6D, 6E and 2B. RGB value is (109,110,43). Sum of RGB (Red+Green+Blue) = 109+110+43=262 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.60% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 110 - color contains mainly: green. Hex color #6D6E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6E2B is #9291D4. Grayscale: #666666. Windows color (decimal): -9605589 or 2846317. OLE color: 2846317.

HSL color Cylindrical-coordinate representation of color #6D6E2B: hue angle of 60.9º 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 #6D6E2B is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB10911043-
CMYK0.0100.610.57
HSL60.9º43.79%30%-
HSV(B)60.9º60.91%43.14%-
XYZ12.3214.584.45-
YUV102.0694.67132.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.60%
GREEN value IS 110 (43.36% from 255) = 41.98%
BLUE value IS 43 (17.19% from 255) = 16.41%
R=41.60%
G=41.98%
B=16.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109110430.0100.610.5760.943.7930
Hex6D6E2B103D393d2c1e
Octal15515653107571755436
Binary110110111011101010111011110111100111110110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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