#856561

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

Shades of Pharlap #856561

Tints of Pharlap #856561

Color information

#856561 (or 0x856561) is unknown color: approx Pharlap. HEX triplet: 85, 65 and 61. RGB value is (133,101,97). Sum of RGB (Red+Green+Blue) = 133+101+97=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #856561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856561 is #7A9A9E. Grayscale: #6E6E6E. Windows color (decimal): -8034975 or 6382981. OLE color: 6382981.

HSL color Cylindrical-coordinate representation of color #856561: hue angle of 6.67º 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 #856561 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB13310197-
CMYK00.240.270.48
HSL6.67º15.65%45.1%-
HSV(B)6.67º27.07%52.16%-
XYZ16.4815.1613.37-
YUV110.11120.6144.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 101 (39.84% from 255) = 30.51%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=40.18%
G=30.51%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331019700.240.270.486.6715.6545.1
Hex8565610181B307102d
Octal205145141030336072055
Binary10000101110010111000010110001101111000011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856561; }

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

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

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

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

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

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

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

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