#865942

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

Shades of Potters Clay #865942

Tints of Potters Clay #865942

Color information

#865942 (or 0x865942) is unknown color: approx Potters Clay. HEX triplet: 86, 59 and 42. RGB value is (134,89,66). Sum of RGB (Red+Green+Blue) = 134+89+66=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #865942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865942 is #79A6BD. Grayscale: #636363. Windows color (decimal): -7972542 or 4348294. OLE color: 4348294.

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

Color convert

RGB1348966-
CMYK00.340.510.47
HSL20.29º34%39.22%-
HSV(B)20.29º50.75%52.55%-
XYZ14.3912.616.83-
YUV99.83108.91152.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.37%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 66 (26.17% from 255) = 22.84%
R=46.37%
G=30.80%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134896600.340.510.4720.293439.22
Hex865942022332F142227
Octal2061311020426357244247
Binary1000011010110011000010010001011001110111110100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865942; }

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

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

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

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

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

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

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

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