#836764

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

Shades of Pharlap #836764

Tints of Pharlap #836764

Color information

#836764 (or 0x836764) is unknown color: approx Pharlap. HEX triplet: 83, 67 and 64. RGB value is (131,103,100). Sum of RGB (Red+Green+Blue) = 131+103+100=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 131 - color contains mainly: red. Hex color #836764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836764 is #7C989B. Grayscale: #6F6F6F. Windows color (decimal): -8165532 or 6580099. OLE color: 6580099.

HSL color Cylindrical-coordinate representation of color #836764: hue angle of 5.81º degrees, saturation: 0.13, 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 #836764 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB131103100-
CMYK00.210.240.49
HSL5.81º13.42%45.29%-
HSV(B)5.81º23.66%51.37%-
XYZ16.5115.4514.17-
YUV111.03121.78142.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.22%
GREEN value IS 103 (40.62% from 255) = 30.84%
BLUE value IS 100 (39.45% from 255) = 29.94%
R=39.22%
G=30.84%
B=29.94%

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
Decimal13110310000.210.240.495.8113.4245.29
Hex83676401518316d2d
Octal203147144025306161555
Binary1000001111001111100100010101110001100011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836764; }

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

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

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

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

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

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

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

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