#86573C

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

Shades of Potters Clay #86573C

Tints of Potters Clay #86573C

Color information

#86573C (or 0x86573C) is unknown color: approx Potters Clay. HEX triplet: 86, 57 and 3C. RGB value is (134,87,60). Sum of RGB (Red+Green+Blue) = 134+87+60=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #86573C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86573C is #79A8C3. Grayscale: #626262. Windows color (decimal): -7973060 or 3954566. OLE color: 3954566.

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

Color convert

RGB1348760-
CMYK00.350.550.47
HSL21.89º38.14%38.04%-
HSV(B)21.89º55.22%52.55%-
XYZ14.0612.215.89-
YUV97.98106.57153.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.69%
GREEN value IS 87 (34.38% from 255) = 30.96%
BLUE value IS 60 (23.83% from 255) = 21.35%
R=47.69%
G=30.96%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134876000.350.550.4721.8938.1438.04
Hex86573C023372F162626
Octal206127740436757264646
Binary100001101010111111100010001111011110111110110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86573C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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