Html Css Color HEX #865944 Potters Clay

📋 copy color: '#865944'

red 134 ◦ green 89 ◦ blue 68

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

Shades of Potters Clay #865944

Tints of Potters Clay #865944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.37%

R = 46.05%
G = 30.58%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#865944 (or 0x865944) is known color: Potters Clay. HEX triplet: 86, 59 and 44. RGB value is (134,89,68). Sum of RGB (Red+Green+Blue) = 134+89+68=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #865944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865944 is #79A6BB. Grayscale: #646464. Windows color (decimal): -7972540 or 4479366. OLE color: 4479366.

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

Color convert

RGB 134 89 68 -
CMYK 0 0.34 0.49 0.47
HSL 19.09º 0.33% 0.4% -
HSV(B) 19.09º 0.49% 0.53% -
XYZ 14.45 12.63 7.15 -
YUV 100.06 109.91 152.21 -
System Red Green Blue C M Y K H S L
Decimal 134 89 68 0 0.34 0.49 0.47 19.09 0.33 0.4
Hex 86 59 44 0 22 31 2F 13 21 28
Octal 206 131 104 0 42 61 57 23 41 50
Binary 10000110 1011001 1000100 0 100010 110001 101111 10011 100001 101000

Color Harmonies of #865944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865944

Black with #865944

Text Example


Text Example

White with #865944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865944; }

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

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

background-color css

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

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

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

border-color css

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

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

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