#865940

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

Shades of Potters Clay #865940

Tints of Potters Clay #865940

Color information

#865940 (or 0x865940) is unknown color: approx Potters Clay. HEX triplet: 86, 59 and 40. RGB value is (134,89,64). Sum of RGB (Red+Green+Blue) = 134+89+64=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #865940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865940 is #79A6BF. Grayscale: #636363. Windows color (decimal): -7972544 or 4217222. OLE color: 4217222.

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

Color convert

RGB1348964-
CMYK00.340.520.47
HSL21.43º35.35%38.82%-
HSV(B)21.43º52.24%52.55%-
XYZ14.3312.586.52-
YUV99.6107.91152.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.69%
GREEN value IS 89 (35.16% from 255) = 31.01%
BLUE value IS 64 (25.39% from 255) = 22.30%
R=46.69%
G=31.01%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134896400.340.520.4721.4335.3538.82
Hex865940022342F152327
Octal2061311000426457254347
Binary1000011010110011000000010001011010010111110101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865940; }

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

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

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

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

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

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

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

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