Html Css Color HEX #865A40 Potters Clay

📋 copy color: '#865A40'

red 134 ◦ green 90 ◦ blue 64

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

Shades of Potters Clay #865A40

Tints of Potters Clay #865A40

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.25%

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

R = 46.53%
G = 31.25%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#865A40 (or 0x865A40) is known color: Potters Clay. HEX triplet: 86, 5A and 40. RGB value is (134,90,64). Sum of RGB (Red+Green+Blue) = 134+90+64=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #865A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865A40 is #79A5BF. Grayscale: #646464. Windows color (decimal): -7972288 or 4217478. OLE color: 4217478.

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

Color convert

RGB 134 90 64 -
CMYK 0 0.33 0.52 0.47
HSL 22.29º 0.35% 0.39% -
HSV(B) 22.29º 0.52% 0.53% -
XYZ 14.41 12.75 6.55 -
YUV 100.19 107.58 152.11 -
System Red Green Blue C M Y K H S L
Decimal 134 90 64 0 0.33 0.52 0.47 22.29 0.35 0.39
Hex 86 5A 40 0 21 34 2F 16 23 27
Octal 206 132 100 0 41 64 57 26 43 47
Binary 10000110 1011010 1000000 0 100001 110100 101111 10110 100011 100111

Color Harmonies of #865A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865A40

Black with #865A40

Text Example


Text Example

White with #865A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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