#865E3D

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

Shades of Potters Clay #865E3D

Tints of Potters Clay #865E3D

Color information

#865E3D (or 0x865E3D) is unknown color: approx Potters Clay. HEX triplet: 86, 5E and 3D. RGB value is (134,94,61). Sum of RGB (Red+Green+Blue) = 134+94+61=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #865E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865E3D is #79A1C2. Grayscale: #666666. Windows color (decimal): -7971267 or 4021894. OLE color: 4021894.

HSL color Cylindrical-coordinate representation of color #865E3D: hue angle of 27.12º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #865E3D is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1349461-
CMYK00.300.540.47
HSL27.12º37.44%38.24%-
HSV(B)27.12º54.48%52.55%-
XYZ14.6813.416.23-
YUV102.2104.75150.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.37%
GREEN value IS 94 (37.11% from 255) = 32.53%
BLUE value IS 61 (24.22% from 255) = 21.11%
R=46.37%
G=32.53%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134946100.300.540.4727.1237.4438.24
Hex865E3D01E362F1b2526
Octal206136750366657334546
Binary10000110101111011110101111011011010111111011100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,94,61); }

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

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

 a { background-color: rgb(134,94,61); }

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

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

 span { border-color: rgb(134,94,61); }

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