#856963

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

Shades of Pharlap #856963

Tints of Pharlap #856963

Color information

#856963 (or 0x856963) is unknown color: approx Pharlap. HEX triplet: 85, 69 and 63. RGB value is (133,105,99). Sum of RGB (Red+Green+Blue) = 133+105+99=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #856963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856963 is #7A969C. Grayscale: #707070. Windows color (decimal): -8033949 or 6515077. OLE color: 6515077.

HSL color Cylindrical-coordinate representation of color #856963: hue angle of 10.59º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #856963 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB13310599-
CMYK00.210.260.48
HSL10.59º14.66%45.49%-
HSV(B)10.59º25.56%52.16%-
XYZ16.9815.9914-
YUV112.69120.28142.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.47%
GREEN value IS 105 (41.41% from 255) = 31.16%
BLUE value IS 99 (39.06% from 255) = 29.38%
R=39.47%
G=31.16%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331059900.210.260.4810.5914.6645.49
Hex8569630151A30bf2d
Octal2051511430253260131755
Binary10000101110100111000110101011101011000010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856963; }

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

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

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

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

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

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

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

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