#846764

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

Shades of Pharlap #846764

Tints of Pharlap #846764

Color information

#846764 (or 0x846764) is unknown color: approx Pharlap. HEX triplet: 84, 67 and 64. RGB value is (132,103,100). Sum of RGB (Red+Green+Blue) = 132+103+100=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 132 - color contains mainly: red. Hex color #846764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846764 is #7B989B. Grayscale: #6F6F6F. Windows color (decimal): -8099996 or 6580100. OLE color: 6580100.

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

Color convert

RGB132103100-
CMYK00.220.240.48
HSL5.63º13.79%45.49%-
HSV(B)5.63º24.24%51.76%-
XYZ16.6715.5314.18-
YUV111.33121.61142.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.40%
GREEN value IS 103 (40.62% from 255) = 30.75%
BLUE value IS 100 (39.45% from 255) = 29.85%
R=39.40%
G=30.75%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210310000.220.240.485.6313.7945.49
Hex84676401618306e2d
Octal204147144026306061655
Binary1000010011001111100100010110110001100001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846764; }

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

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

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

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

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

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

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

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