#865A3F

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

Shades of Potters Clay #865A3F

Tints of Potters Clay #865A3F

Color information

#865A3F (or 0x865A3F) is unknown color: approx Potters Clay. HEX triplet: 86, 5A and 3F. RGB value is (134,90,63). Sum of RGB (Red+Green+Blue) = 134+90+63=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #865A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865A3F is #79A5C0. Grayscale: #646464. Windows color (decimal): -7972289 or 4151942. OLE color: 4151942.

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

Color convert

RGB1349063-
CMYK00.330.530.47
HSL22.82º36.04%38.63%-
HSV(B)22.82º52.99%52.55%-
XYZ14.3812.746.4-
YUV100.08107.08152.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.69%
GREEN value IS 90 (35.55% from 255) = 31.36%
BLUE value IS 63 (25% from 255) = 21.95%
R=46.69%
G=31.36%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134906300.330.530.4722.8236.0438.63
Hex865A3F021352F172427
Octal206132770416557274447
Binary100001101011010111111010000111010110111110111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,90,63); }

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

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

 a { background-color: rgb(134,90,63); }

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

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

 span { border-color: rgb(134,90,63); }

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