#865D3F

Color #865D3F Potters Clay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Potters Clay #865D3F

Tints of Potters Clay #865D3F

Color information

#865D3F (or 0x865D3F) is unknown color: approx Potters Clay. HEX triplet: 86, 5D and 3F. RGB value is (134,93,63). Sum of RGB (Red+Green+Blue) = 134+93+63=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #865D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D3F is #79A2C0. Grayscale: #666666. Windows color (decimal): -7971521 or 4152710. OLE color: 4152710.

HSL color Cylindrical-coordinate representation of color #865D3F: hue angle of 25.35º 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 #865D3F is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB1349363-
CMYK00.310.530.47
HSL25.35º36.04%38.63%-
HSV(B)25.35º52.99%52.55%-
XYZ14.6413.266.49-
YUV101.84106.08150.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.21%
GREEN value IS 93 (36.72% from 255) = 32.07%
BLUE value IS 63 (25% from 255) = 21.72%
R=46.21%
G=32.07%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134936300.310.530.4725.3536.0438.63
Hex865D3F01F352F192427
Octal206135770376557314447
Binary10000110101110111111101111111010110111111001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865D3F; }

 p { color: rgb(134,93,63); }

 H1.HeaderClassName
 {
   color: #865D3F;
 }
 .AnyTagClassName
 {
   color: #865D3F;
 }
</style>
background-color css

<style>
 a { background-color: #865D3F; }

 a { background-color: rgb(134,93,63); }

 div.DivClassName
 {
   background-color: #865D3F;
 }
 .BgClassName
 {
   background-color: #865D3F;
 }
</style>
border-color css

<style>
 span { border-color: #865D3F; }

 span { border-color: rgb(134,93,63); }

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