#815636

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

Shades of Potters Clay #815636

Tints of Potters Clay #815636

Color information

#815636 (or 0x815636) is unknown color: approx Potters Clay. HEX triplet: 81, 56 and 36. RGB value is (129,86,54). Sum of RGB (Red+Green+Blue) = 129+86+54=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #815636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815636 is #7EA9C9. Grayscale: #5F5F5F. Windows color (decimal): -8301002 or 3561089. OLE color: 3561089.

HSL color Cylindrical-coordinate representation of color #815636: hue angle of 25.6º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #815636 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB1298654-
CMYK00.330.580.49
HSL25.6º40.98%35.88%-
HSV(B)25.6º58.14%50.59%-
XYZ13.0511.595.04-
YUV95.21104.75152.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.96%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 54 (21.48% from 255) = 20.07%
R=47.96%
G=31.97%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129865400.330.580.4925.640.9835.88
Hex8156360213A311a2924
Octal201126660417261325144
Binary100000011010110110110010000111101011000111010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815636; }

 p { color: rgb(129,86,54); }

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

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

 a { background-color: rgb(129,86,54); }

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

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

 span { border-color: rgb(129,86,54); }

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