Html Css Color HEX #86837F Schooner

📋 copy color: '#86837F'

red 134 ◦ green 131 ◦ blue 127

#86837F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Schooner #86837F

Tints of Schooner #86837F

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.4%

R = 34.18%
G = 33.42%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#86837F (or 0x86837F) is known color: 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

RGB 134 131 127 -
CMYK 0 0.02 0.05 0.47
HSL 34.29º 0.03% 0.51% -
HSV(B) 34.29º 0.05% 0.53% -
XYZ 21.78 22.83 23.34 -
YUV 131.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 134 131 127 0 0.02 0.05 0.47 34.29 0.03 0.51
Hex 86 83 7F 0 2 5 2F 22 3 33
Octal 206 203 177 0 2 5 57 42 3 63
Binary 10000110 10000011 1111111 0 10 101 101111 100010 11 110011

Color Harmonies of #86837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86837F

Black with #86837F

Text Example


Text Example

White with #86837F

Text Example


Text Example

HTML Codes & Css Web 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>