#8F836D

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

Shades of Schooner #8F836D

Tints of Schooner #8F836D

Color information

#8F836D (or 0x8F836D) is unknown color: approx Schooner. HEX triplet: 8F, 83 and 6D. RGB value is (143,131,109). Sum of RGB (Red+Green+Blue) = 143+131+109=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 143 - color contains mainly: red. Hex color #8F836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F836D is #707C92. Grayscale: #848484. Windows color (decimal): -7371923 or 7177103. OLE color: 7177103.

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

Color convert

RGB143131109-
CMYK00.080.240.44
HSL38.82º13.49%49.41%-
HSV(B)38.82º23.78%56.08%-
XYZ22.223.1817.77-
YUV132.08114.98135.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.34%
GREEN value IS 131 (51.56% from 255) = 34.20%
BLUE value IS 109 (42.97% from 255) = 28.46%
R=37.34%
G=34.20%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313110900.080.240.4438.8213.4949.41
Hex8F836D08182C27d31
Octal2172031550103054471561
Binary1000111110000011110110101000110001011001001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F836D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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