Html Css Color HEX #815640 Potters Clay

📋 copy color: '#815640'

red 129 ◦ green 86 ◦ blue 64

#815640
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Potters Clay #815640

Tints of Potters Clay #815640

RGB

 RED value IS 129 (50.78% from 255) = 46.24%

 GREEN value IS 86 (33.98% from 255) = 30.82%

 BLUE value IS 64 (25.39% from 255) = 22.94%

R = 46.24%
G = 30.82%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#815640 (or 0x815640) is known color: Potters Clay. HEX triplet: 81, 56 and 40. RGB value is (129,86,64). Sum of RGB (Red+Green+Blue) = 129+86+64=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #815640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815640 is #7EA9BF. Grayscale: #606060. Windows color (decimal): -8300992 or 4216449. OLE color: 4216449.

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

Color convert

RGB 129 86 64 -
CMYK 0 0.33 0.50 0.49
HSL 20.31º 0.34% 0.38% -
HSV(B) 20.31º 0.5% 0.51% -
XYZ 13.31 11.69 6.41 -
YUV 96.35 109.75 151.29 -
System Red Green Blue C M Y K H S L
Decimal 129 86 64 0 0.33 0.50 0.49 20.31 0.34 0.38
Hex 81 56 40 0 21 32 31 14 22 26
Octal 201 126 100 0 41 62 61 24 42 46
Binary 10000001 1010110 1000000 0 100001 110010 110001 10100 100010 100110

Color Harmonies of #815640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815640

Black with #815640

Text Example


Text Example

White with #815640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815640; }

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

 H1.HeaderClassName
 {
   color: #815640;
 }
 .AnyTagClassName
 {
   color: #815640;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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