#846862

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

Shades of Pharlap #846862

Tints of Pharlap #846862

Color information

#846862 (or 0x846862) is unknown color: approx Pharlap. HEX triplet: 84, 68 and 62. RGB value is (132,104,98). Sum of RGB (Red+Green+Blue) = 132+104+98=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 132 - color contains mainly: red. Hex color #846862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846862 is #7B979D. Grayscale: #6F6F6F. Windows color (decimal): -8099742 or 6449284. OLE color: 6449284.

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

Color convert

RGB13210498-
CMYK00.210.260.48
HSL10.59º14.78%45.1%-
HSV(B)10.59º25.76%51.76%-
XYZ16.6715.6913.7-
YUV111.69120.28142.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.52%
GREEN value IS 104 (41.02% from 255) = 31.14%
BLUE value IS 98 (38.67% from 255) = 29.34%
R=39.52%
G=31.14%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321049800.210.260.4810.5914.7845.1
Hex8468620151A30bf2d
Octal2041501420253260131755
Binary10000100110100011000100101011101011000010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846862; }

 p { color: rgb(132,104,98); }

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

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

 a { background-color: rgb(132,104,98); }

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

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

 span { border-color: rgb(132,104,98); }

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