#8E836E

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

Shades of Schooner #8E836E

Tints of Schooner #8E836E

Color information

#8E836E (or 0x8E836E) is unknown color: approx Schooner. HEX triplet: 8E, 83 and 6E. RGB value is (142,131,110). Sum of RGB (Red+Green+Blue) = 142+131+110=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 142 - color contains mainly: red. Hex color #8E836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E836E is #717C91. Grayscale: #838383. Windows color (decimal): -7437458 or 7242638. OLE color: 7242638.

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

Color convert

RGB142131110-
CMYK00.080.230.44
HSL39.38º12.7%49.41%-
HSV(B)39.38º22.54%55.69%-
XYZ22.0923.1118.05-
YUV131.89115.64135.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.08%
GREEN value IS 131 (51.56% from 255) = 34.20%
BLUE value IS 110 (43.36% from 255) = 28.72%
R=37.08%
G=34.20%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213111000.080.230.4439.3812.749.41
Hex8E836E08172C27d31
Octal2162031560102754471561
Binary1000111010000011110111001000101111011001001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,131,110); }

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

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

 a { background-color: rgb(142,131,110); }

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

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

 span { border-color: rgb(142,131,110); }

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