#865840

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

Shades of Potters Clay #865840

Tints of Potters Clay #865840

Color information

#865840 (or 0x865840) is unknown color: approx Potters Clay. HEX triplet: 86, 58 and 40. RGB value is (134,88,64). Sum of RGB (Red+Green+Blue) = 134+88+64=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #865840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865840 is #79A7BF. Grayscale: #636363. Windows color (decimal): -7972800 or 4216966. OLE color: 4216966.

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

Color convert

RGB1348864-
CMYK00.340.520.47
HSL20.57º35.35%38.82%-
HSV(B)20.57º52.24%52.55%-
XYZ14.2512.426.5-
YUV99.02108.24152.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.85%
GREEN value IS 88 (34.77% from 255) = 30.77%
BLUE value IS 64 (25.39% from 255) = 22.38%
R=46.85%
G=30.77%
B=22.38%

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
Decimal134886400.340.520.4720.5735.3538.82
Hex865840022342F152327
Octal2061301000426457254347
Binary1000011010110001000000010001011010010111110101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865840; }

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

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

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

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

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

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

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

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