Html Css Color HEX #865C40 Potters Clay

📋 copy color: '#865C40'

red 134 ◦ green 92 ◦ blue 64

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

Shades of Potters Clay #865C40

Tints of Potters Clay #865C40

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.72%

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

R = 46.21%
G = 31.72%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#865C40 (or 0x865C40) is known color: Potters Clay. HEX triplet: 86, 5C and 40. RGB value is (134,92,64). Sum of RGB (Red+Green+Blue) = 134+92+64=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #865C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865C40 is #79A3BF. Grayscale: #656565. Windows color (decimal): -7971776 or 4217990. OLE color: 4217990.

HSL color Cylindrical-coordinate representation of color #865C40: hue angle of 24º 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 #865C40 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 92 64 -
CMYK 0 0.31 0.52 0.47
HSL 24º 0.35% 0.39% -
HSV(B) 24º 0.52% 0.53% -
XYZ 14.58 13.09 6.61 -
YUV 101.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 134 92 64 0 0.31 0.52 0.47 24 0.35 0.39
Hex 86 5C 40 0 1F 34 2F 18 23 27
Octal 206 134 100 0 37 64 57 30 43 47
Binary 10000110 1011100 1000000 0 11111 110100 101111 11000 100011 100111

Color Harmonies of #865C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865C40

Black with #865C40

Text Example


Text Example

White with #865C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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