Html Css Color HEX #865945 Potters Clay

📋 copy color: '#865945'

red 134 ◦ green 89 ◦ blue 69

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

Shades of Potters Clay #865945

Tints of Potters Clay #865945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.63%

R = 45.89%
G = 30.48%
B = 23.63%

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

#865945 (or 0x865945) is known color: Potters Clay. HEX triplet: 86, 59 and 45. RGB value is (134,89,69). Sum of RGB (Red+Green+Blue) = 134+89+69=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #865945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865945 is #79A6BA. Grayscale: #646464. Windows color (decimal): -7972539 or 4544902. OLE color: 4544902.

HSL color Cylindrical-coordinate representation of color #865945: hue angle of 18.46º degrees, saturation: 0.32, 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 #865945 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 89 69 -
CMYK 0 0.34 0.49 0.47
HSL 18.46º 0.32% 0.4% -
HSV(B) 18.46º 0.49% 0.53% -
XYZ 14.48 12.64 7.31 -
YUV 100.18 110.41 152.13 -
System Red Green Blue C M Y K H S L
Decimal 134 89 69 0 0.34 0.49 0.47 18.46 0.32 0.4
Hex 86 59 45 0 22 31 2F 12 20 28
Octal 206 131 105 0 42 61 57 22 40 50
Binary 10000110 1011001 1000101 0 100010 110001 101111 10010 100000 101000

Color Harmonies of #865945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865945

Black with #865945

Text Example


Text Example

White with #865945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865945; }

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

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

background-color css

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

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

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

border-color css

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

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

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