Html Css Color HEX #845640 Potters Clay

📋 copy color: '#845640'

red 132 ◦ green 86 ◦ blue 64

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

Shades of Potters Clay #845640

Tints of Potters Clay #845640

RGB

 RED value IS 132 (51.95% from 255) = 46.81%

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

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

R = 46.81%
G = 30.5%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#845640 (or 0x845640) is known color: Potters Clay. HEX triplet: 84, 56 and 40. RGB value is (132,86,64). Sum of RGB (Red+Green+Blue) = 132+86+64=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #845640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845640 is #7BA9BF. Grayscale: #616161. Windows color (decimal): -8104384 or 4216452. OLE color: 4216452.

HSL color Cylindrical-coordinate representation of color #845640: hue angle of 19.41º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #845640 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 86 64 -
CMYK 0 0.35 0.52 0.48
HSL 19.41º 0.35% 0.38% -
HSV(B) 19.41º 0.52% 0.52% -
XYZ 13.77 11.93 6.43 -
YUV 97.25 109.24 152.79 -
System Red Green Blue C M Y K H S L
Decimal 132 86 64 0 0.35 0.52 0.48 19.41 0.35 0.38
Hex 84 56 40 0 23 34 30 13 23 26
Octal 204 126 100 0 43 64 60 23 43 46
Binary 10000100 1010110 1000000 0 100011 110100 110000 10011 100011 100110

Color Harmonies of #845640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845640

Black with #845640

Text Example


Text Example

White with #845640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845640; }

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

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

background-color css

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

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

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

border-color css

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

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

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