Html Css Color HEX #865C41 Potters Clay

📋 copy color: '#865C41'

red 134 ◦ green 92 ◦ blue 65

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

Shades of Potters Clay #865C41

Tints of Potters Clay #865C41

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.62%

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

R = 46.05%
G = 31.62%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#865C41 (or 0x865C41) is known color: Potters Clay. HEX triplet: 86, 5C and 41. RGB value is (134,92,65). Sum of RGB (Red+Green+Blue) = 134+92+65=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #865C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865C41 is #79A3BE. Grayscale: #656565. Windows color (decimal): -7971775 or 4283526. OLE color: 4283526.

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

Color convert

RGB 134 92 65 -
CMYK 0 0.31 0.51 0.47
HSL 23.48º 0.35% 0.39% -
HSV(B) 23.48º 0.51% 0.53% -
XYZ 14.61 13.1 6.76 -
YUV 101.48 107.41 151.2 -
System Red Green Blue C M Y K H S L
Decimal 134 92 65 0 0.31 0.51 0.47 23.48 0.35 0.39
Hex 86 5C 41 0 1F 33 2F 17 23 27
Octal 206 134 101 0 37 63 57 27 43 47
Binary 10000110 1011100 1000001 0 11111 110011 101111 10111 100011 100111

Color Harmonies of #865C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865C41

Black with #865C41

Text Example


Text Example

White with #865C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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