#856461

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

Shades of Pharlap #856461

Tints of Pharlap #856461

Color information

#856461 (or 0x856461) is unknown color: approx Pharlap. HEX triplet: 85, 64 and 61. RGB value is (133,100,97). Sum of RGB (Red+Green+Blue) = 133+100+97=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #856461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856461 is #7A9B9E. Grayscale: #6D6D6D. Windows color (decimal): -8035231 or 6382725. OLE color: 6382725.

HSL color Cylindrical-coordinate representation of color #856461: hue angle of 5º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #856461 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB13310097-
CMYK00.250.270.48
HSL15.65%45.1%-
HSV(B)27.07%52.16%-
XYZ16.3914.9613.33-
YUV109.52120.93144.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 100 (39.45% from 255) = 30.30%
BLUE value IS 97 (38.28% from 255) = 29.39%
R=40.30%
G=30.30%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331009700.250.270.48515.6545.1
Hex8564610191B305102d
Octal205144141031336052055
Binary10000101110010011000010110011101111000010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856461; }

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

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

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

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

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

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

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

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