#865741

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

Shades of Potters Clay #865741

Tints of Potters Clay #865741

Color information

#865741 (or 0x865741) is unknown color: approx Potters Clay. HEX triplet: 86, 57 and 41. RGB value is (134,87,65). Sum of RGB (Red+Green+Blue) = 134+87+65=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #865741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865741 is #79A8BE. Grayscale: #626262. Windows color (decimal): -7973055 or 4282246. OLE color: 4282246.

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

Color convert

RGB1348765-
CMYK00.350.510.47
HSL19.13º34.67%39.02%-
HSV(B)19.13º51.49%52.55%-
XYZ14.1912.276.62-
YUV98.54109.07153.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.85%
GREEN value IS 87 (34.38% from 255) = 30.42%
BLUE value IS 65 (25.78% from 255) = 22.73%
R=46.85%
G=30.42%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134876500.350.510.4719.1334.6739.02
Hex865741023332F132327
Octal2061271010436357234347
Binary1000011010101111000001010001111001110111110011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865741; }

 p { color: rgb(134,87,65); }

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

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

 a { background-color: rgb(134,87,65); }

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

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

 span { border-color: rgb(134,87,65); }

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