Html Css Color HEX #865940 Potters Clay

📋 copy color: '#865940'

red 134 ◦ green 89 ◦ blue 64

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

Shades of Potters Clay #865940

Tints of Potters Clay #865940

RGB

 RED value IS 134 (52.73% from 255) = 46.69%

 GREEN value IS 89 (35.16% from 255) = 31.01%

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

R = 46.69%
G = 31.01%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#865940 (or 0x865940) is known color: Potters Clay. HEX triplet: 86, 59 and 40. RGB value is (134,89,64). Sum of RGB (Red+Green+Blue) = 134+89+64=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #865940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865940 is #79A6BF. Grayscale: #636363. Windows color (decimal): -7972544 or 4217222. OLE color: 4217222.

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

Color convert

RGB 134 89 64 -
CMYK 0 0.34 0.52 0.47
HSL 21.43º 0.35% 0.39% -
HSV(B) 21.43º 0.52% 0.53% -
XYZ 14.33 12.58 6.52 -
YUV 99.61 107.91 152.53 -
System Red Green Blue C M Y K H S L
Decimal 134 89 64 0 0.34 0.52 0.47 21.43 0.35 0.39
Hex 86 59 40 0 22 34 2F 15 23 27
Octal 206 131 100 0 42 64 57 25 43 47
Binary 10000110 1011001 1000000 0 100010 110100 101111 10101 100011 100111

Color Harmonies of #865940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865940

Black with #865940

Text Example


Text Example

White with #865940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865940; }

 p { color: rgb(134,89,64); }

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

background-color css

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

 a { background-color: rgb(134,89,64); }

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

border-color css

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

 span { border-color: rgb(134,89,64); }

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