#836964

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

Shades of Pharlap #836964

Tints of Pharlap #836964

Color information

#836964 (or 0x836964) is unknown color: approx Pharlap. HEX triplet: 83, 69 and 64. RGB value is (131,105,100). Sum of RGB (Red+Green+Blue) = 131+105+100=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 131 - color contains mainly: red. Hex color #836964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836964 is #7C969B. Grayscale: #707070. Windows color (decimal): -8165020 or 6580611. OLE color: 6580611.

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

Color convert

RGB131105100-
CMYK00.200.240.49
HSL9.68º13.42%45.29%-
HSV(B)9.68º23.66%51.37%-
XYZ16.7115.8514.23-
YUV112.2121.11141.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.99%
GREEN value IS 105 (41.41% from 255) = 31.25%
BLUE value IS 100 (39.45% from 255) = 29.76%
R=38.99%
G=31.25%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110510000.200.240.499.6813.4245.29
Hex8369640141831ad2d
Octal2031511440243061121555
Binary10000011110100111001000101001100011000110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836964; }

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

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

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

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

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

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

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

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