Html Css Color HEX #865A3E Potters Clay

📋 copy color: '#865A3E'

red 134 ◦ green 90 ◦ blue 62

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

Shades of Potters Clay #865A3E

Tints of Potters Clay #865A3E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.47%

 BLUE value IS 62 (24.61% from 255) = 21.68%

R = 46.85%
G = 31.47%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#865A3E (or 0x865A3E) is known color: Potters Clay. HEX triplet: 86, 5A and 3E. RGB value is (134,90,62). Sum of RGB (Red+Green+Blue) = 134+90+62=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #865A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865A3E is #79A5C1. Grayscale: #646464. Windows color (decimal): -7972290 or 4086406. OLE color: 4086406.

HSL color Cylindrical-coordinate representation of color #865A3E: hue angle of 23.33º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #865A3E is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 90 62 -
CMYK 0 0.33 0.54 0.47
HSL 23.33º 0.37% 0.38% -
HSV(B) 23.33º 0.54% 0.53% -
XYZ 14.36 12.73 6.26 -
YUV 99.96 106.58 152.28 -
System Red Green Blue C M Y K H S L
Decimal 134 90 62 0 0.33 0.54 0.47 23.33 0.37 0.38
Hex 86 5A 3E 0 21 36 2F 17 25 26
Octal 206 132 76 0 41 66 57 27 45 46
Binary 10000110 1011010 111110 0 100001 110110 101111 10111 100101 100110

Color Harmonies of #865A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865A3E

Black with #865A3E

Text Example


Text Example

White with #865A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,90,62); }

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

background-color css

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

 a { background-color: rgb(134,90,62); }

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

border-color css

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

 span { border-color: rgb(134,90,62); }

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