#865C3E

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

Shades of Potters Clay #865C3E

Tints of Potters Clay #865C3E

Color information

#865C3E (or 0x865C3E) is unknown color: approx Potters Clay. HEX triplet: 86, 5C and 3E. RGB value is (134,92,62). Sum of RGB (Red+Green+Blue) = 134+92+62=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #865C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865C3E is #79A3C1. Grayscale: #656565. Windows color (decimal): -7971778 or 4086918. OLE color: 4086918.

HSL color Cylindrical-coordinate representation of color #865C3E: hue angle of 25º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #865C3E is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1349262-
CMYK00.310.540.47
HSL25º36.73%38.43%-
HSV(B)25º53.73%52.55%-
XYZ14.5313.076.31-
YUV101.14105.91151.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.53%
GREEN value IS 92 (36.33% from 255) = 31.94%
BLUE value IS 62 (24.61% from 255) = 21.53%
R=46.53%
G=31.94%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134926200.310.540.472536.7338.43
Hex865C3E01F362F192526
Octal206134760376657314546
Binary10000110101110011111001111111011010111111001100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,92,62); }

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

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

 a { background-color: rgb(134,92,62); }

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

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

 span { border-color: rgb(134,92,62); }

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