#865D40

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

Shades of Potters Clay #865D40

Tints of Potters Clay #865D40

Color information

#865D40 (or 0x865D40) is unknown color: approx Potters Clay. HEX triplet: 86, 5D and 40. RGB value is (134,93,64). Sum of RGB (Red+Green+Blue) = 134+93+64=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #865D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D40 is #79A2BF. Grayscale: #666666. Windows color (decimal): -7971520 or 4218246. OLE color: 4218246.

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

Color convert

RGB1349364-
CMYK00.310.520.47
HSL24.86º35.35%38.82%-
HSV(B)24.86º52.24%52.55%-
XYZ14.6713.276.64-
YUV101.95106.58150.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.05%
GREEN value IS 93 (36.72% from 255) = 31.96%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=46.05%
G=31.96%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134936400.310.520.4724.8635.3538.82
Hex865D4001F342F192327
Octal2061351000376457314347
Binary100001101011101100000001111111010010111111001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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