#846460

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

Shades of Pharlap #846460

Tints of Pharlap #846460

Color information

#846460 (or 0x846460) is unknown color: approx Pharlap. HEX triplet: 84, 64 and 60. RGB value is (132,100,96). Sum of RGB (Red+Green+Blue) = 132+100+96=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #846460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846460 is #7B9B9F. Grayscale: #6D6D6D. Windows color (decimal): -8100768 or 6317188. OLE color: 6317188.

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

Color convert

RGB13210096-
CMYK00.240.270.48
HSL6.67º15.79%44.71%-
HSV(B)6.67º27.27%51.76%-
XYZ16.1814.8613.08-
YUV109.11120.6144.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.24%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 96 (37.89% from 255) = 29.27%
R=40.24%
G=30.49%
B=29.27%

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
Decimal1321009600.240.270.486.6715.7944.71
Hex8464600181B307102d
Octal204144140030336072055
Binary10000100110010011000000110001101111000011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846460; }

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

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

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

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

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

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

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

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