Html Css Color HEX #86573B Potters Clay

📋 copy color: '#86573B'

red 134 ◦ green 87 ◦ blue 59

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

Shades of Potters Clay #86573B

Tints of Potters Clay #86573B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.07%

R = 47.86%
G = 31.07%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#86573B (or 0x86573B) is known color: Potters Clay. HEX triplet: 86, 57 and 3B. RGB value is (134,87,59). Sum of RGB (Red+Green+Blue) = 134+87+59=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #86573B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86573B is #79A8C4. Grayscale: #626262. Windows color (decimal): -7973061 or 3889030. OLE color: 3889030.

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

Color convert

RGB 134 87 59 -
CMYK 0 0.35 0.56 0.47
HSL 22.4º 0.39% 0.38% -
HSV(B) 22.4º 0.56% 0.53% -
XYZ 14.03 12.2 5.75 -
YUV 97.86 106.07 153.78 -
System Red Green Blue C M Y K H S L
Decimal 134 87 59 0 0.35 0.56 0.47 22.4 0.39 0.38
Hex 86 57 3B 0 23 38 2F 16 27 26
Octal 206 127 73 0 43 70 57 26 47 46
Binary 10000110 1010111 111011 0 100011 111000 101111 10110 100111 100110

Color Harmonies of #86573B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86573B

Black with #86573B

Text Example


Text Example

White with #86573B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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