#865B42

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

Shades of Potters Clay #865B42

Tints of Potters Clay #865B42

Color information

#865B42 (or 0x865B42) is unknown color: approx Potters Clay. HEX triplet: 86, 5B and 42. RGB value is (134,91,66). Sum of RGB (Red+Green+Blue) = 134+91+66=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #865B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865B42 is #79A4BD. Grayscale: #656565. Windows color (decimal): -7972030 or 4348806. OLE color: 4348806.

HSL color Cylindrical-coordinate representation of color #865B42: hue angle of 22.06º 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 #865B42 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB1349166-
CMYK00.320.510.47
HSL22.06º34%39.22%-
HSV(B)22.06º50.75%52.55%-
XYZ14.5612.946.89-
YUV101.01108.25151.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.05%
GREEN value IS 91 (35.94% from 255) = 31.27%
BLUE value IS 66 (26.17% from 255) = 22.68%
R=46.05%
G=31.27%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134916600.320.510.4722.063439.22
Hex865B42020332F162227
Octal2061331020406357264247
Binary1000011010110111000010010000011001110111110110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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