#856662

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

Shades of Pharlap #856662

Tints of Pharlap #856662

Color information

#856662 (or 0x856662) is unknown color: approx Pharlap. HEX triplet: 85, 66 and 62. RGB value is (133,102,98). Sum of RGB (Red+Green+Blue) = 133+102+98=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #856662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856662 is #7A999D. Grayscale: #6E6E6E. Windows color (decimal): -8034718 or 6448773. OLE color: 6448773.

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

Color convert

RGB13310298-
CMYK00.230.260.48
HSL6.86º15.15%45.29%-
HSV(B)6.86º26.32%52.16%-
XYZ16.6315.3713.65-
YUV110.81120.77143.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.94%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 98 (38.67% from 255) = 29.43%
R=39.94%
G=30.63%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331029800.230.260.486.8615.1545.29
Hex8566620171A307f2d
Octal205146142027326071755
Binary1000010111001101100010010111110101100001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856662; }

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

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

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

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

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

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

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

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