#846664

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

Shades of Pharlap #846664

Tints of Pharlap #846664

Color information

#846664 (or 0x846664) is unknown color: approx Pharlap. HEX triplet: 84, 66 and 64. RGB value is (132,102,100). Sum of RGB (Red+Green+Blue) = 132+102+100=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 132 - color contains mainly: red. Hex color #846664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846664 is #7B999B. Grayscale: #6E6E6E. Windows color (decimal): -8100252 or 6579844. OLE color: 6579844.

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

Color convert

RGB132102100-
CMYK00.230.240.48
HSL3.75º13.79%45.49%-
HSV(B)3.75º24.24%51.76%-
XYZ16.5715.3314.14-
YUV110.74121.94143.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.52%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 100 (39.45% from 255) = 29.94%
R=39.52%
G=30.54%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210210000.230.240.483.7513.7945.49
Hex84666401718304e2d
Octal204146144027306041655
Binary1000010011001101100100010111110001100001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846664; }

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

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

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

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

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

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

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

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