#8F836F

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

Shades of Schooner #8F836F

Tints of Schooner #8F836F

Color information

#8F836F (or 0x8F836F) is unknown color: approx Schooner. HEX triplet: 8F, 83 and 6F. RGB value is (143,131,111). Sum of RGB (Red+Green+Blue) = 143+131+111=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 143 - color contains mainly: red. Hex color #8F836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F836F is #707C90. Grayscale: #848484. Windows color (decimal): -7371921 or 7308175. OLE color: 7308175.

HSL color Cylindrical-coordinate representation of color #8F836F: hue angle of 37.5º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F836F is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB143131111-
CMYK00.080.220.44
HSL37.5º12.6%49.8%-
HSV(B)37.5º22.38%56.08%-
XYZ22.3123.2218.34-
YUV132.31115.98135.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.14%
GREEN value IS 131 (51.56% from 255) = 34.03%
BLUE value IS 111 (43.75% from 255) = 28.83%
R=37.14%
G=34.03%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313111100.080.220.4437.512.649.8
Hex8F836F08162C26d32
Octal2172031570102654461562
Binary1000111110000011110111101000101101011001001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,131,111); }

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

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

 a { background-color: rgb(143,131,111); }

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

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

 span { border-color: rgb(143,131,111); }

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