#846A63

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

Shades of Pharlap #846A63

Tints of Pharlap #846A63

Color information

#846A63 (or 0x846A63) is unknown color: approx Pharlap. HEX triplet: 84, 6A and 63. RGB value is (132,106,99). Sum of RGB (Red+Green+Blue) = 132+106+99=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 132 - color contains mainly: red. Hex color #846A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846A63 is #7B959C. Grayscale: #717171. Windows color (decimal): -8099229 or 6515332. OLE color: 6515332.

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

Color convert

RGB13210699-
CMYK00.200.250.48
HSL12.73º14.29%45.29%-
HSV(B)12.73º25%51.76%-
XYZ16.9216.1114.02-
YUV112.98120.11141.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.17%
GREEN value IS 106 (41.80% from 255) = 31.45%
BLUE value IS 99 (39.06% from 255) = 29.38%
R=39.17%
G=31.45%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321069900.200.250.4812.7314.2945.29
Hex846A630141930de2d
Octal2041521430243160151655
Binary10000100110101011000110101001100111000011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846A63; }

 p { color: rgb(132,106,99); }

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

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

 a { background-color: rgb(132,106,99); }

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

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

 span { border-color: rgb(132,106,99); }

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