#865836

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

Shades of Potters Clay #865836

Tints of Potters Clay #865836

Color information

#865836 (or 0x865836) is unknown color: approx Potters Clay. HEX triplet: 86, 58 and 36. RGB value is (134,88,54). Sum of RGB (Red+Green+Blue) = 134+88+54=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #865836 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865836 is #79A7C9. Grayscale: #626262. Windows color (decimal): -7972810 or 3561606. OLE color: 3561606.

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

Color convert

RGB1348854-
CMYK00.340.600.47
HSL25.5º42.55%36.86%-
HSV(B)25.5º59.7%52.55%-
XYZ13.9912.315.13-
YUV97.88103.24153.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.55%
GREEN value IS 88 (34.77% from 255) = 31.88%
BLUE value IS 54 (21.48% from 255) = 19.57%
R=48.55%
G=31.88%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134885400.340.600.4725.542.5536.86
Hex8658360223C2F1a2b25
Octal206130660427457325345
Binary100001101011000110110010001011110010111111010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865836; }

 p { color: rgb(134,88,54); }

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

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

 a { background-color: rgb(134,88,54); }

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

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

 span { border-color: rgb(134,88,54); }

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