#8B806E

Color #8B806E Schooner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Schooner #8B806E

Tints of Schooner #8B806E

Color information

#8B806E (or 0x8B806E) is unknown color: approx Schooner. HEX triplet: 8B, 80 and 6E. RGB value is (139,128,110). Sum of RGB (Red+Green+Blue) = 139+128+110=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 139 - color contains mainly: red. Hex color #8B806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B806E is #747F91. Grayscale: #818181. Windows color (decimal): -7634834 or 7241867. OLE color: 7241867.

HSL color Cylindrical-coordinate representation of color #8B806E: hue angle of 37.24º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8B806E is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB139128110-
CMYK00.080.210.45
HSL37.24º11.65%48.82%-
HSV(B)37.24º20.86%54.51%-
XYZ21.1822.0517.89-
YUV129.24117.14134.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.87%
GREEN value IS 128 (50.39% from 255) = 33.95%
BLUE value IS 110 (43.36% from 255) = 29.18%
R=36.87%
G=33.95%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912811000.080.210.4537.2411.6548.82
Hex8B806E08152D25c31
Octal2132001560102555451461
Binary1000101110000000110111001000101011011011001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B806E; }

 p { color: rgb(139,128,110); }

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

<style>
 a { background-color: #8B806E; }

 a { background-color: rgb(139,128,110); }

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

<style>
 span { border-color: #8B806E; }

 span { border-color: rgb(139,128,110); }

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