#86573F

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

Shades of Potters Clay #86573F

Tints of Potters Clay #86573F

Color information

#86573F (or 0x86573F) is unknown color: approx Potters Clay. HEX triplet: 86, 57 and 3F. RGB value is (134,87,63). Sum of RGB (Red+Green+Blue) = 134+87+63=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #86573F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86573F is #79A8C0. Grayscale: #626262. Windows color (decimal): -7973057 or 4151174. OLE color: 4151174.

HSL color Cylindrical-coordinate representation of color #86573F: hue angle of 20.28º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86573F is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB1348763-
CMYK00.350.530.47
HSL20.28º36.04%38.63%-
HSV(B)20.28º52.99%52.55%-
XYZ14.1412.246.32-
YUV98.32108.07153.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.18%
GREEN value IS 87 (34.38% from 255) = 30.63%
BLUE value IS 63 (25% from 255) = 22.18%
R=47.18%
G=30.63%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134876300.350.530.4720.2836.0438.63
Hex86573F023352F142427
Octal206127770436557244447
Binary100001101010111111111010001111010110111110100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86573F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,87,63); }

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

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

 a { background-color: rgb(134,87,63); }

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

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

 span { border-color: rgb(134,87,63); }

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