Html Css Color HEX #86573D Potters Clay

📋 copy color: '#86573D'

red 134 ◦ green 87 ◦ blue 61

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

Shades of Potters Clay #86573D

Tints of Potters Clay #86573D

RGB

 RED value IS 134 (52.73% from 255) = 47.52%

 GREEN value IS 87 (34.38% from 255) = 30.85%

 BLUE value IS 61 (24.22% from 255) = 21.63%

R = 47.52%
G = 30.85%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#86573D (or 0x86573D) is known color: Potters Clay. HEX triplet: 86, 57 and 3D. RGB value is (134,87,61). Sum of RGB (Red+Green+Blue) = 134+87+61=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #86573D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86573D is #79A8C2. Grayscale: #626262. Windows color (decimal): -7973059 or 4020102. OLE color: 4020102.

HSL color Cylindrical-coordinate representation of color #86573D: hue angle of 21.37º 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 #86573D is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 87 61 -
CMYK 0 0.35 0.54 0.47
HSL 21.37º 0.37% 0.38% -
HSV(B) 21.37º 0.54% 0.53% -
XYZ 14.08 12.22 6.03 -
YUV 98.09 107.07 153.61 -
System Red Green Blue C M Y K H S L
Decimal 134 87 61 0 0.35 0.54 0.47 21.37 0.37 0.38
Hex 86 57 3D 0 23 36 2F 15 25 26
Octal 206 127 75 0 43 66 57 25 45 46
Binary 10000110 1010111 111101 0 100011 110110 101111 10101 100101 100110

Color Harmonies of #86573D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86573D

Black with #86573D

Text Example


Text Example

White with #86573D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86573D;
 }
 .AnyTagClassName
 {
   color: #86573D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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