Html Css Color HEX #86573C Potters Clay

📋 copy color: '#86573C'

red 134 ◦ green 87 ◦ blue 60

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

Shades of Potters Clay #86573C

Tints of Potters Clay #86573C

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

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

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

RGB 134 87 60 -
CMYK 0 0.35 0.55 0.47
HSL 21.89º 0.38% 0.38% -
HSV(B) 21.89º 0.55% 0.53% -
XYZ 14.06 12.21 5.89 -
YUV 97.98 106.57 153.7 -
System Red Green Blue C M Y K H S L
Decimal 134 87 60 0 0.35 0.55 0.47 21.89 0.38 0.38
Hex 86 57 3C 0 23 37 2F 16 26 26
Octal 206 127 74 0 43 67 57 26 46 46
Binary 10000110 1010111 111100 0 100011 110111 101111 10110 100110 100110

Color Harmonies of #86573C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86573C

Black with #86573C

Text Example


Text Example

White with #86573C

Text Example


Text Example

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