#865740

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

Shades of Potters Clay #865740

Tints of Potters Clay #865740

Color information

#865740 (or 0x865740) is unknown color: approx Potters Clay. HEX triplet: 86, 57 and 40. RGB value is (134,87,64). Sum of RGB (Red+Green+Blue) = 134+87+64=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #865740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865740 is #79A8BF. Grayscale: #626262. Windows color (decimal): -7973056 or 4216710. OLE color: 4216710.

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

Color convert

RGB1348764-
CMYK00.350.520.47
HSL19.71º35.35%38.82%-
HSV(B)19.71º52.24%52.55%-
XYZ14.1712.256.47-
YUV98.43108.57153.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.02%
GREEN value IS 87 (34.38% from 255) = 30.53%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=47.02%
G=30.53%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134876400.350.520.4719.7135.3538.82
Hex865740023342F142327
Octal2061271000436457244347
Binary1000011010101111000000010001111010010111110100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865740; }

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

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

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

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

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

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

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

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