#846660

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

Shades of Pharlap #846660

Tints of Pharlap #846660

Color information

#846660 (or 0x846660) is unknown color: approx Pharlap. HEX triplet: 84, 66 and 60. RGB value is (132,102,96). Sum of RGB (Red+Green+Blue) = 132+102+96=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 132 - color contains mainly: red. Hex color #846660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846660 is #7B999F. Grayscale: #6E6E6E. Windows color (decimal): -8100256 or 6317700. OLE color: 6317700.

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

Color convert

RGB13210296-
CMYK00.230.270.48
HSL10º15.79%44.71%-
HSV(B)10º27.27%51.76%-
XYZ16.3815.2513.15-
YUV110.29119.94143.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40%
GREEN value IS 102 (40.23% from 255) = 30.91%
BLUE value IS 96 (37.89% from 255) = 29.09%
R=40%
G=30.91%
B=29.09%

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
Decimal1321029600.230.270.481015.7944.71
Hex8466600171B30a102d
Octal2041461400273360122055
Binary100001001100110110000001011111011110000101010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846660; }

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

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

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

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

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

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

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

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