#856B64

Color #856B64 Pharlap (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pharlap #856B64

Tints of Pharlap #856B64

Color information

#856B64 (or 0x856B64) is unknown color: approx Pharlap. HEX triplet: 85, 6B and 64. RGB value is (133,107,100). Sum of RGB (Red+Green+Blue) = 133+107+100=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #856B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856B64 is #7A949B. Grayscale: #727272. Windows color (decimal): -8033436 or 6581125. OLE color: 6581125.

HSL color Cylindrical-coordinate representation of color #856B64: hue angle of 12.73º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #856B64 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB133107100-
CMYK00.200.250.48
HSL12.73º14.16%45.69%-
HSV(B)12.73º24.81%52.16%-
XYZ17.2316.4214.32-
YUV113.98120.11141.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.12%
GREEN value IS 107 (42.19% from 255) = 31.47%
BLUE value IS 100 (39.45% from 255) = 29.41%
R=39.12%
G=31.47%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310710000.200.250.4812.7314.1645.69
Hex856B640141930de2e
Octal2051531440243160151656
Binary10000101110101111001000101001100111000011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856B64; }

 p { color: rgb(133,107,100); }

 H1.HeaderClassName
 {
   color: #856B64;
 }
 .AnyTagClassName
 {
   color: #856B64;
 }
</style>
background-color css

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

 a { background-color: rgb(133,107,100); }

 div.DivClassName
 {
   background-color: #856B64;
 }
 .BgClassName
 {
   background-color: #856B64;
 }
</style>
border-color css

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

 span { border-color: rgb(133,107,100); }

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