#826963

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

Shades of Pharlap #826963

Tints of Pharlap #826963

Color information

#826963 (or 0x826963) is unknown color: approx Pharlap. HEX triplet: 82, 69 and 63. RGB value is (130,105,99). Sum of RGB (Red+Green+Blue) = 130+105+99=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #826963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826963 is #7D969C. Grayscale: #6F6F6F. Windows color (decimal): -8230557 or 6515074. OLE color: 6515074.

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

Color convert

RGB13010599-
CMYK00.190.240.49
HSL11.61º13.54%44.9%-
HSV(B)11.61º23.85%50.98%-
XYZ16.5115.7513.97-
YUV111.79120.78140.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.92%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 99 (39.06% from 255) = 29.64%
R=38.92%
G=31.44%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301059900.190.240.4911.6113.5444.9
Hex8269630131831ce2d
Octal2021511430233061141655
Binary10000010110100111000110100111100011000111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826963; }

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

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

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

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

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

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

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

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