#6E682B

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

Shades of Olivetone #6E682B

Tints of Olivetone #6E682B

Color information

#6E682B (or 0x6E682B) is unknown color: approx Olivetone. HEX triplet: 6E, 68 and 2B. RGB value is (110,104,43). Sum of RGB (Red+Green+Blue) = 110+104+43=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 110 - color contains mainly: red. Hex color #6E682B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E682B is #9197D4. Grayscale: #636363. Windows color (decimal): -9541589 or 2844782. OLE color: 2844782.

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

Color convert

RGB11010443-
CMYK00.050.610.57
HSL54.63º43.79%30%-
HSV(B)54.63º60.91%43.14%-
XYZ11.8213.394.25-
YUV98.8496.49135.96-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.80%
GREEN value IS 104 (41.02% from 255) = 40.47%
BLUE value IS 43 (17.19% from 255) = 16.73%
R=42.80%
G=40.47%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101044300.050.610.5754.6343.7930
Hex6E682B053D39372c1e
Octal15615053057571675436
Binary11011101101000101011010111110111100111011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E682B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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