#86593A

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

Shades of Potters Clay #86593A

Tints of Potters Clay #86593A

Color information

#86593A (or 0x86593A) is unknown color: approx Potters Clay. HEX triplet: 86, 59 and 3A. RGB value is (134,89,58). Sum of RGB (Red+Green+Blue) = 134+89+58=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #86593A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86593A is #79A6C5. Grayscale: #636363. Windows color (decimal): -7972550 or 3824006. OLE color: 3824006.

HSL color Cylindrical-coordinate representation of color #86593A: hue angle of 24.47º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86593A is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1348958-
CMYK00.340.570.47
HSL24.47º39.58%37.65%-
HSV(B)24.47º56.72%52.55%-
XYZ14.1712.525.67-
YUV98.92104.91153.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.69%
GREEN value IS 89 (35.16% from 255) = 31.67%
BLUE value IS 58 (23.05% from 255) = 20.64%
R=47.69%
G=31.67%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134895800.340.570.4724.4739.5837.65
Hex86593A022392F182826
Octal206131720427157305046
Binary100001101011001111010010001011100110111111000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86593A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86593A; }

 p { color: rgb(134,89,58); }

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

<style>
 a { background-color: #86593A; }

 a { background-color: rgb(134,89,58); }

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

<style>
 span { border-color: #86593A; }

 span { border-color: rgb(134,89,58); }

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