#836460

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

Shades of Pharlap #836460

Tints of Pharlap #836460

Color information

#836460 (or 0x836460) is unknown color: approx Pharlap. HEX triplet: 83, 64 and 60. RGB value is (131,100,96). Sum of RGB (Red+Green+Blue) = 131+100+96=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 131 - color contains mainly: red. Hex color #836460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836460 is #7C9B9F. Grayscale: #6C6C6C. Windows color (decimal): -8166304 or 6317187. OLE color: 6317187.

HSL color Cylindrical-coordinate representation of color #836460: hue angle of 6.86º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #836460 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB13110096-
CMYK00.240.270.49
HSL6.86º15.42%44.51%-
HSV(B)6.86º26.72%51.37%-
XYZ16.0314.7813.08-
YUV108.81120.77143.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.06%
GREEN value IS 100 (39.45% from 255) = 30.58%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=40.06%
G=30.58%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311009600.240.270.496.8615.4244.51
Hex8364600181B317f2d
Octal203144140030336171755
Binary1000001111001001100000011000110111100011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836460; }

 p { color: rgb(131,100,96); }

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

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

 a { background-color: rgb(131,100,96); }

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

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

 span { border-color: rgb(131,100,96); }

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