#805641

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

Shades of Potters Clay #805641

Tints of Potters Clay #805641

Color information

#805641 (or 0x805641) is unknown color: approx Potters Clay. HEX triplet: 80, 56 and 41. RGB value is (128,86,65). Sum of RGB (Red+Green+Blue) = 128+86+65=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #805641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805641 is #7FA9BE. Grayscale: #606060. Windows color (decimal): -8366527 or 4281984. OLE color: 4281984.

HSL color Cylindrical-coordinate representation of color #805641: hue angle of 20º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #805641 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB1288665-
CMYK00.330.490.50
HSL20º32.64%37.84%-
HSV(B)20º49.22%50.2%-
XYZ13.1811.636.55-
YUV96.16110.41150.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.88%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 65 (25.78% from 255) = 23.30%
R=45.88%
G=30.82%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128866500.330.490.502032.6437.84
Hex8056410213132142126
Octal2001261010416162244146
Binary1000000010101101000001010000111000111001010100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805641; }

 p { color: rgb(128,86,65); }

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

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

 a { background-color: rgb(128,86,65); }

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

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

 span { border-color: rgb(128,86,65); }

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