#836863

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

Shades of Pharlap #836863

Tints of Pharlap #836863

Color information

#836863 (or 0x836863) is unknown color: approx Pharlap. HEX triplet: 83, 68 and 63. RGB value is (131,104,99). Sum of RGB (Red+Green+Blue) = 131+104+99=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 131 - color contains mainly: red. Hex color #836863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836863 is #7C979C. Grayscale: #6F6F6F. Windows color (decimal): -8165277 or 6514819. OLE color: 6514819.

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

Color convert

RGB13110499-
CMYK00.210.240.49
HSL9.38º13.91%45.1%-
HSV(B)9.38º24.43%51.37%-
XYZ16.5615.6313.95-
YUV111.5120.95141.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.22%
GREEN value IS 104 (41.02% from 255) = 31.14%
BLUE value IS 99 (39.06% from 255) = 29.64%
R=39.22%
G=31.14%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311049900.210.240.499.3813.9145.1
Hex83686301518319e2d
Octal2031501430253061111655
Binary10000011110100011000110101011100011000110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836863; }

 p { color: rgb(131,104,99); }

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

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

 a { background-color: rgb(131,104,99); }

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

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

 span { border-color: rgb(131,104,99); }

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