#836660

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

Shades of Pharlap #836660

Tints of Pharlap #836660

Color information

#836660 (or 0x836660) is unknown color: approx Pharlap. HEX triplet: 83, 66 and 60. RGB value is (131,102,96). Sum of RGB (Red+Green+Blue) = 131+102+96=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 131 - color contains mainly: red. Hex color #836660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836660 is #7C999F. Grayscale: #6E6E6E. Windows color (decimal): -8165792 or 6317699. OLE color: 6317699.

HSL color Cylindrical-coordinate representation of color #836660: hue angle of 10.29º 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 #836660 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB13110296-
CMYK00.220.270.49
HSL10.29º15.42%44.51%-
HSV(B)10.29º26.72%51.37%-
XYZ16.2215.1713.14-
YUV109.99120.11142.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.82%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 96 (37.89% from 255) = 29.18%
R=39.82%
G=31.00%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311029600.220.270.4910.2915.4244.51
Hex8366600161B31af2d
Octal2031461400263361121755
Binary10000011110011011000000101101101111000110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836660; }

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

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

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

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

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

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

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

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