Html Css Color HEX #86573F Potters Clay

📋 copy color: '#86573F'

red 134 ◦ green 87 ◦ blue 63

#86573F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Potters Clay #86573F

Tints of Potters Clay #86573F

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 value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#86573F (or 0x86573F) is known color: 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

RGB 134 87 63 -
CMYK 0 0.35 0.53 0.47
HSL 20.28º 0.36% 0.39% -
HSV(B) 20.28º 0.53% 0.53% -
XYZ 14.14 12.24 6.32 -
YUV 98.32 108.07 153.45 -
System Red Green Blue C M Y K H S L
Decimal 134 87 63 0 0.35 0.53 0.47 20.28 0.36 0.39
Hex 86 57 3F 0 23 35 2F 14 24 27
Octal 206 127 77 0 43 65 57 24 44 47
Binary 10000110 1010111 111111 0 100011 110101 101111 10100 100100 100111

Color Harmonies of #86573F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86573F

Black with #86573F

Text Example


Text Example

White with #86573F

Text Example


Text Example

HTML Codes & Css Web 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>