Html Css Color HEX #865A44 Potters Clay

📋 copy color: '#865A44'

red 134 ◦ green 90 ◦ blue 68

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

Shades of Potters Clay #865A44

Tints of Potters Clay #865A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.29%

R = 45.89%
G = 30.82%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#865A44 (or 0x865A44) is known color: Potters Clay. HEX triplet: 86, 5A and 44. RGB value is (134,90,68). Sum of RGB (Red+Green+Blue) = 134+90+68=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #865A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865A44 is #79A5BB. Grayscale: #646464. Windows color (decimal): -7972284 or 4479622. OLE color: 4479622.

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

Color convert

RGB 134 90 68 -
CMYK 0 0.33 0.49 0.47
HSL 20º 0.33% 0.4% -
HSV(B) 20º 0.49% 0.53% -
XYZ 14.53 12.8 7.17 -
YUV 100.65 109.58 151.79 -
System Red Green Blue C M Y K H S L
Decimal 134 90 68 0 0.33 0.49 0.47 20 0.33 0.4
Hex 86 5A 44 0 21 31 2F 14 21 28
Octal 206 132 104 0 41 61 57 24 41 50
Binary 10000110 1011010 1000100 0 100001 110001 101111 10100 100001 101000

Color Harmonies of #865A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865A44

Black with #865A44

Text Example


Text Example

White with #865A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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