Html Css Color HEX #865836 Potters Clay

📋 copy color: '#865836'

red 134 ◦ green 88 ◦ blue 54

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

Shades of Potters Clay #865836

Tints of Potters Clay #865836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.57%

R = 48.55%
G = 31.88%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#865836 (or 0x865836) is known color: Potters Clay. HEX triplet: 86, 58 and 36. RGB value is (134,88,54). Sum of RGB (Red+Green+Blue) = 134+88+54=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #865836 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865836 is #79A7C9. Grayscale: #626262. Windows color (decimal): -7972810 or 3561606. OLE color: 3561606.

HSL color Cylindrical-coordinate representation of color #865836: hue angle of 25.5º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #865836 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 88 54 -
CMYK 0 0.34 0.60 0.47
HSL 25.5º 0.43% 0.37% -
HSV(B) 25.5º 0.6% 0.53% -
XYZ 13.99 12.31 5.13 -
YUV 97.88 103.24 153.76 -
System Red Green Blue C M Y K H S L
Decimal 134 88 54 0 0.34 0.60 0.47 25.5 0.43 0.37
Hex 86 58 36 0 22 3C 2F 1A 2B 25
Octal 206 130 66 0 42 74 57 32 53 45
Binary 10000110 1011000 110110 0 100010 111100 101111 11010 101011 100101

Color Harmonies of #865836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865836

Black with #865836

Text Example


Text Example

White with #865836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865836; }

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

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

background-color css

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

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

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

border-color css

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

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

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