#836963

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

Shades of Pharlap #836963

Tints of Pharlap #836963

Color information

#836963 (or 0x836963) is unknown color: approx Pharlap. HEX triplet: 83, 69 and 63. RGB value is (131,105,99). Sum of RGB (Red+Green+Blue) = 131+105+99=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 131 - color contains mainly: red. Hex color #836963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836963 is #7C969C. Grayscale: #707070. Windows color (decimal): -8165021 or 6515075. OLE color: 6515075.

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

Color convert

RGB13110599-
CMYK00.200.240.49
HSL11.25º13.91%45.1%-
HSV(B)11.25º24.43%51.37%-
XYZ16.6615.8313.98-
YUV112.09120.61141.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.10%
GREEN value IS 105 (41.41% from 255) = 31.34%
BLUE value IS 99 (39.06% from 255) = 29.55%
R=39.10%
G=31.34%
B=29.55%

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
Decimal1311059900.200.240.4911.2513.9145.1
Hex8369630141831be2d
Octal2031511430243061131655
Binary10000011110100111000110101001100011000110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836963; }

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

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

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

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

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

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

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

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