#8B8680

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

Shades of Schooner #8B8680

Tints of Schooner #8B8680

Color information

#8B8680 (or 0x8B8680) is unknown color: approx Schooner. HEX triplet: 8B, 86 and 80. RGB value is (139,134,128). Sum of RGB (Red+Green+Blue) = 139+134+128=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8680 is #74797F. Grayscale: #868686. Windows color (decimal): -7633280 or 8423051. OLE color: 8423051.

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

Color convert

RGB139134128-
CMYK00.040.080.45
HSL32.73º4.53%52.35%-
HSV(B)32.73º7.91%54.51%-
XYZ23.0724.123.86-
YUV134.81124.16130.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.66%
GREEN value IS 134 (52.73% from 255) = 33.42%
BLUE value IS 128 (50.39% from 255) = 31.92%
R=34.66%
G=33.42%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913412800.040.080.4532.734.5352.35
Hex8B86800482D21534
Octal21320620004105541564
Binary10001011100001101000000001001000101101100001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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