#856862

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

Shades of Pharlap #856862

Tints of Pharlap #856862

Color information

#856862 (or 0x856862) is unknown color: approx Pharlap. HEX triplet: 85, 68 and 62. RGB value is (133,104,98). Sum of RGB (Red+Green+Blue) = 133+104+98=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #856862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856862 is #7A979D. Grayscale: #707070. Windows color (decimal): -8034206 or 6449285. OLE color: 6449285.

HSL color Cylindrical-coordinate representation of color #856862: hue angle of 10.29º 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 #856862 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB13310498-
CMYK00.220.260.48
HSL10.29º15.15%45.29%-
HSV(B)10.29º26.32%52.16%-
XYZ16.8315.7713.71-
YUV111.99120.11142.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.70%
GREEN value IS 104 (41.02% from 255) = 31.04%
BLUE value IS 98 (38.67% from 255) = 29.25%
R=39.70%
G=31.04%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331049800.220.260.4810.2915.1545.29
Hex8568620161A30af2d
Octal2051501420263260121755
Binary10000101110100011000100101101101011000010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856862; }

 p { color: rgb(133,104,98); }

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

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

 a { background-color: rgb(133,104,98); }

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

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

 span { border-color: rgb(133,104,98); }

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