#846562

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

Shades of Pharlap #846562

Tints of Pharlap #846562

Color information

#846562 (or 0x846562) is unknown color: approx Pharlap. HEX triplet: 84, 65 and 62. RGB value is (132,101,98). Sum of RGB (Red+Green+Blue) = 132+101+98=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #846562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846562 is #7B9A9D. Grayscale: #6D6D6D. Windows color (decimal): -8100510 or 6448516. OLE color: 6448516.

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

Color convert

RGB13210198-
CMYK00.230.260.48
HSL5.29º14.78%45.1%-
HSV(B)5.29º25.76%51.76%-
XYZ16.3715.0913.61-
YUV109.93121.27143.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.88%
GREEN value IS 101 (39.84% from 255) = 30.51%
BLUE value IS 98 (38.67% from 255) = 29.61%
R=39.88%
G=30.51%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321019800.230.260.485.2914.7845.1
Hex8465620171A305f2d
Octal204145142027326051755
Binary1000010011001011100010010111110101100001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846562; }

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

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

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

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

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

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

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

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