#8B816E

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

Shades of Schooner #8B816E

Tints of Schooner #8B816E

Color information

#8B816E (or 0x8B816E) is unknown color: approx Schooner. HEX triplet: 8B, 81 and 6E. RGB value is (139,129,110). Sum of RGB (Red+Green+Blue) = 139+129+110=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 139 - color contains mainly: red. Hex color #8B816E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B816E is #747E91. Grayscale: #818181. Windows color (decimal): -7634578 or 7242123. OLE color: 7242123.

HSL color Cylindrical-coordinate representation of color #8B816E: hue angle of 39.31º 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 #8B816E is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB139129110-
CMYK00.070.210.45
HSL39.31º11.65%48.82%-
HSV(B)39.31º20.86%54.51%-
XYZ21.3122.3217.94-
YUV129.82116.81134.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.77%
GREEN value IS 129 (50.78% from 255) = 34.13%
BLUE value IS 110 (43.36% from 255) = 29.10%
R=36.77%
G=34.13%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912911000.070.210.4539.3111.6548.82
Hex8B816E07152D27c31
Octal213201156072555471461
Binary100010111000000111011100111101011011011001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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