Html Css Color HEX #86593B Potters Clay

📋 copy color: '#86593B'

red 134 ◦ green 89 ◦ blue 59

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

Shades of Potters Clay #86593B

Tints of Potters Clay #86593B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.56%

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

R = 47.52%
G = 31.56%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#86593B (or 0x86593B) is known color: Potters Clay. HEX triplet: 86, 59 and 3B. RGB value is (134,89,59). Sum of RGB (Red+Green+Blue) = 134+89+59=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #86593B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86593B is #79A6C4. Grayscale: #636363. Windows color (decimal): -7972549 or 3889542. OLE color: 3889542.

HSL color Cylindrical-coordinate representation of color #86593B: hue angle of 24º 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 #86593B is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 89 59 -
CMYK 0 0.34 0.56 0.47
HSL 24º 0.39% 0.38% -
HSV(B) 24º 0.56% 0.53% -
XYZ 14.19 12.53 5.81 -
YUV 99.04 105.41 152.94 -
System Red Green Blue C M Y K H S L
Decimal 134 89 59 0 0.34 0.56 0.47 24 0.39 0.38
Hex 86 59 3B 0 22 38 2F 18 27 26
Octal 206 131 73 0 42 70 57 30 47 46
Binary 10000110 1011001 111011 0 100010 111000 101111 11000 100111 100110

Color Harmonies of #86593B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86593B

Black with #86593B

Text Example


Text Example

White with #86593B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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