#846563

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

Shades of Pharlap #846563

Tints of Pharlap #846563

Color information

#846563 (or 0x846563) is unknown color: approx Pharlap. HEX triplet: 84, 65 and 63. RGB value is (132,101,99). Sum of RGB (Red+Green+Blue) = 132+101+99=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 132 - color contains mainly: red. Hex color #846563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846563 is #7B9A9C. Grayscale: #6E6E6E. Windows color (decimal): -8100509 or 6514052. OLE color: 6514052.

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

Color convert

RGB13210199-
CMYK00.230.250.48
HSL3.64º14.29%45.29%-
HSV(B)3.64º25%51.76%-
XYZ16.4215.1113.86-
YUV110.04121.77143.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.76%
GREEN value IS 101 (39.84% from 255) = 30.42%
BLUE value IS 99 (39.06% from 255) = 29.82%
R=39.76%
G=30.42%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321019900.230.250.483.6414.2945.29
Hex84656301719304e2d
Octal204145143027316041655
Binary1000010011001011100011010111110011100001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846563; }

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

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

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

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

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

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

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

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