#846560

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

Shades of Pharlap #846560

Tints of Pharlap #846560

Color information

#846560 (or 0x846560) is unknown color: approx Pharlap. HEX triplet: 84, 65 and 60. RGB value is (132,101,96). Sum of RGB (Red+Green+Blue) = 132+101+96=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #846560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846560 is #7B9A9F. Grayscale: #6D6D6D. Windows color (decimal): -8100512 or 6317444. OLE color: 6317444.

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

Color convert

RGB13210196-
CMYK00.230.270.48
HSL8.33º15.79%44.71%-
HSV(B)8.33º27.27%51.76%-
XYZ16.2815.0613.11-
YUV109.7120.27143.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 101 (39.84% from 255) = 30.70%
BLUE value IS 96 (37.89% from 255) = 29.18%
R=40.12%
G=30.70%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321019600.230.270.488.3315.7944.71
Hex8465600171B308102d
Octal2041451400273360102055
Binary100001001100101110000001011111011110000100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846560; }

 p { color: rgb(132,101,96); }

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

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

 a { background-color: rgb(132,101,96); }

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

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

 span { border-color: rgb(132,101,96); }

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