#8D816F

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

Shades of Schooner #8D816F

Tints of Schooner #8D816F

Color information

#8D816F (or 0x8D816F) is unknown color: approx Schooner. HEX triplet: 8D, 81 and 6F. RGB value is (141,129,111). Sum of RGB (Red+Green+Blue) = 141+129+111=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 141 - color contains mainly: red. Hex color #8D816F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D816F is #727E90. Grayscale: #828282. Windows color (decimal): -7503505 or 7307661. OLE color: 7307661.

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

Color convert

RGB141129111-
CMYK00.090.210.45
HSL36º11.9%49.41%-
HSV(B)36º21.28%55.29%-
XYZ21.722.5118.24-
YUV130.54116.98135.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.01%
GREEN value IS 129 (50.78% from 255) = 33.86%
BLUE value IS 111 (43.75% from 255) = 29.13%
R=37.01%
G=33.86%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112911100.090.210.453611.949.41
Hex8D816F09152D24c31
Octal2152011570112555441461
Binary1000110110000001110111101001101011011011001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,129,111); }

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

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

 a { background-color: rgb(141,129,111); }

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

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

 span { border-color: rgb(141,129,111); }

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