#86573E

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

Shades of Potters Clay #86573E

Tints of Potters Clay #86573E

Color information

#86573E (or 0x86573E) is unknown color: approx Potters Clay. HEX triplet: 86, 57 and 3E. RGB value is (134,87,62). Sum of RGB (Red+Green+Blue) = 134+87+62=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #86573E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86573E is #79A8C1. Grayscale: #626262. Windows color (decimal): -7973058 or 4085638. OLE color: 4085638.

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

Color convert

RGB1348762-
CMYK00.350.540.47
HSL20.83º36.73%38.43%-
HSV(B)20.83º53.73%52.55%-
XYZ14.1112.236.17-
YUV98.2107.57153.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.35%
GREEN value IS 87 (34.38% from 255) = 30.74%
BLUE value IS 62 (24.61% from 255) = 21.91%
R=47.35%
G=30.74%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134876200.350.540.4720.8336.7338.43
Hex86573E023362F152526
Octal206127760436657254546
Binary100001101010111111110010001111011010111110101100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86573E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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