Html Css Color HEX #865841 Potters Clay

📋 copy color: '#865841'

red 134 ◦ green 88 ◦ blue 65

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

Shades of Potters Clay #865841

Tints of Potters Clay #865841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.66%

 BLUE value IS 65 (25.78% from 255) = 22.65%

R = 46.69%
G = 30.66%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#865841 (or 0x865841) is known color: Potters Clay. HEX triplet: 86, 58 and 41. RGB value is (134,88,65). Sum of RGB (Red+Green+Blue) = 134+88+65=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #865841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865841 is #79A7BE. Grayscale: #636363. Windows color (decimal): -7972799 or 4282502. OLE color: 4282502.

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

Color convert

RGB 134 88 65 -
CMYK 0 0.34 0.51 0.47
HSL 20º 0.35% 0.39% -
HSV(B) 20º 0.51% 0.53% -
XYZ 14.28 12.43 6.65 -
YUV 99.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 134 88 65 0 0.34 0.51 0.47 20 0.35 0.39
Hex 86 58 41 0 22 33 2F 14 23 27
Octal 206 130 101 0 42 63 57 24 43 47
Binary 10000110 1011000 1000001 0 100010 110011 101111 10100 100011 100111

Color Harmonies of #865841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865841

Black with #865841

Text Example


Text Example

White with #865841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865841; }

 p { color: rgb(134,88,65); }

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

background-color css

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

 a { background-color: rgb(134,88,65); }

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

border-color css

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

 span { border-color: rgb(134,88,65); }

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