#865B3D

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

Shades of Potters Clay #865B3D

Tints of Potters Clay #865B3D

Color information

#865B3D (or 0x865B3D) is unknown color: approx Potters Clay. HEX triplet: 86, 5B and 3D. RGB value is (134,91,61). Sum of RGB (Red+Green+Blue) = 134+91+61=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #865B3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865B3D is #79A4C2. Grayscale: #646464. Windows color (decimal): -7972035 or 4021126. OLE color: 4021126.

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

Color convert

RGB1349161-
CMYK00.320.540.47
HSL24.66º37.44%38.24%-
HSV(B)24.66º54.48%52.55%-
XYZ14.4112.896.14-
YUV100.44105.75151.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.85%
GREEN value IS 91 (35.94% from 255) = 31.82%
BLUE value IS 61 (24.22% from 255) = 21.33%
R=46.85%
G=31.82%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134916100.320.540.4724.6637.4438.24
Hex865B3D020362F192526
Octal206133750406657314546
Binary100001101011011111101010000011011010111111001100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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