#865943

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

Shades of Potters Clay #865943

Tints of Potters Clay #865943

Color information

#865943 (or 0x865943) is unknown color: approx Potters Clay. HEX triplet: 86, 59 and 43. RGB value is (134,89,67). Sum of RGB (Red+Green+Blue) = 134+89+67=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #865943 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865943 is #79A6BC. Grayscale: #646464. Windows color (decimal): -7972541 or 4413830. OLE color: 4413830.

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

Color convert

RGB1348967-
CMYK00.340.50.47
HSL19.7º33.33%39.41%-
HSV(B)19.7º50%52.55%-
XYZ14.4212.626.99-
YUV99.95109.41152.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.21%
GREEN value IS 89 (35.16% from 255) = 30.69%
BLUE value IS 67 (26.56% from 255) = 23.10%
R=46.21%
G=30.69%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134896700.340.50.4719.733.3339.41
Hex865943022322F142127
Octal2061311030426257244147
Binary1000011010110011000011010001011001010111110100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865943; }

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

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

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

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

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

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

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

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