#86837F

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

Shades of Schooner #86837F

Tints of Schooner #86837F

Color information

#86837F (or 0x86837F) is unknown color: approx Schooner. HEX triplet: 86, 83 and 7F. RGB value is (134,131,127). Sum of RGB (Red+Green+Blue) = 134+131+127=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 134 - color contains mainly: red. Hex color #86837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86837F is #797C80. Grayscale: #838383. Windows color (decimal): -7961729 or 8356742. OLE color: 8356742.

HSL color Cylindrical-coordinate representation of color #86837F: hue angle of 34.29º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #86837F is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB134131127-
CMYK00.020.050.47
HSL34.29º2.81%51.18%-
HSV(B)34.29º5.22%52.55%-
XYZ21.7822.8323.34-
YUV131.44125.49129.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.18%
GREEN value IS 131 (51.56% from 255) = 33.42%
BLUE value IS 127 (50% from 255) = 32.40%
R=34.18%
G=33.42%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413112700.020.050.4734.292.8151.18
Hex86837F0252F22333
Octal2062031770255742363
Binary1000011010000011111111101010110111110001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86837F; }

 p { color: rgb(134,131,127); }

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

<style>
 a { background-color: #86837F; }

 a { background-color: rgb(134,131,127); }

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

<style>
 span { border-color: #86837F; }

 span { border-color: rgb(134,131,127); }

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