Html Css Color HEX #865D40 Potters Clay

📋 copy color: '#865D40'

red 134 ◦ green 93 ◦ blue 64

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

Shades of Potters Clay #865D40

Tints of Potters Clay #865D40

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.96%

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

R = 46.05%
G = 31.96%
B = 21.99%

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

#865D40 (or 0x865D40) is known color: Potters Clay. HEX triplet: 86, 5D and 40. RGB value is (134,93,64). Sum of RGB (Red+Green+Blue) = 134+93+64=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #865D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D40 is #79A2BF. Grayscale: #666666. Windows color (decimal): -7971520 or 4218246. OLE color: 4218246.

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

Color convert

RGB 134 93 64 -
CMYK 0 0.31 0.52 0.47
HSL 24.86º 0.35% 0.39% -
HSV(B) 24.86º 0.52% 0.53% -
XYZ 14.67 13.27 6.64 -
YUV 101.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 134 93 64 0 0.31 0.52 0.47 24.86 0.35 0.39
Hex 86 5D 40 0 1F 34 2F 19 23 27
Octal 206 135 100 0 37 64 57 31 43 47
Binary 10000110 1011101 1000000 0 11111 110100 101111 11001 100011 100111

Color Harmonies of #865D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865D40

Black with #865D40

Text Example


Text Example

White with #865D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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