#86583F

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

Shades of Potters Clay #86583F

Tints of Potters Clay #86583F

Color information

#86583F (or 0x86583F) is unknown color: approx Potters Clay. HEX triplet: 86, 58 and 3F. RGB value is (134,88,63). Sum of RGB (Red+Green+Blue) = 134+88+63=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #86583F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86583F is #79A7C0. Grayscale: #636363. Windows color (decimal): -7972801 or 4151430. OLE color: 4151430.

HSL color Cylindrical-coordinate representation of color #86583F: hue angle of 21.13º 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 #86583F is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB1348863-
CMYK00.340.530.47
HSL21.13º36.04%38.63%-
HSV(B)21.13º52.99%52.55%-
XYZ14.2212.416.35-
YUV98.9107.74153.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.02%
GREEN value IS 88 (34.77% from 255) = 30.88%
BLUE value IS 63 (25% from 255) = 22.11%
R=47.02%
G=30.88%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134886300.340.530.4721.1336.0438.63
Hex86583F022352F152427
Octal206130770426557254447
Binary100001101011000111111010001011010110111110101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86583F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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