#846760

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

Shades of Pharlap #846760

Tints of Pharlap #846760

Color information

#846760 (or 0x846760) is unknown color: approx Pharlap. HEX triplet: 84, 67 and 60. RGB value is (132,103,96). Sum of RGB (Red+Green+Blue) = 132+103+96=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #846760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846760 is #7B989F. Grayscale: #6E6E6E. Windows color (decimal): -8100000 or 6317956. OLE color: 6317956.

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

Color convert

RGB13210396-
CMYK00.220.270.48
HSL11.67º15.79%44.71%-
HSV(B)11.67º27.27%51.76%-
XYZ16.4815.4513.18-
YUV110.87119.61143.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.88%
GREEN value IS 103 (40.62% from 255) = 31.12%
BLUE value IS 96 (37.89% from 255) = 29.00%
R=39.88%
G=31.12%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321039600.220.270.4811.6715.7944.71
Hex8467600161B30c102d
Octal2041471400263360142055
Binary100001001100111110000001011011011110000110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846760; }

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

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

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

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

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

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

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

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