#86827E

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

Shades of Schooner #86827E

Tints of Schooner #86827E

Color information

#86827E (or 0x86827E) is unknown color: approx Schooner. HEX triplet: 86, 82 and 7E. RGB value is (134,130,126). Sum of RGB (Red+Green+Blue) = 134+130+126=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 134 - color contains mainly: red. Hex color #86827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86827E is #797D81. Grayscale: #828282. Windows color (decimal): -7961986 or 8290950. OLE color: 8290950.

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

Color convert

RGB134130126-
CMYK00.030.060.47
HSL30º3.2%50.98%-
HSV(B)30º5.97%52.55%-
XYZ21.5822.5422.95-
YUV130.74125.33130.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.36%
GREEN value IS 130 (51.17% from 255) = 33.33%
BLUE value IS 126 (49.61% from 255) = 32.31%
R=34.36%
G=33.33%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413012600.030.060.47303.250.98
Hex86827E0362F1e333
Octal2062021760365736363
Binary100001101000001011111100111101011111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86827E; }

 p { color: rgb(134,130,126); }

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

<style>
 a { background-color: #86827E; }

 a { background-color: rgb(134,130,126); }

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

<style>
 span { border-color: #86827E; }

 span { border-color: rgb(134,130,126); }

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