#856360

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

Shades of Pharlap #856360

Tints of Pharlap #856360

Color information

#856360 (or 0x856360) is unknown color: approx Pharlap. HEX triplet: 85, 63 and 60. RGB value is (133,99,96). Sum of RGB (Red+Green+Blue) = 133+99+96=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #856360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856360 is #7A9C9F. Grayscale: #6C6C6C. Windows color (decimal): -8035488 or 6316933. OLE color: 6316933.

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

Color convert

RGB1339996-
CMYK00.260.280.48
HSL4.86º16.16%44.9%-
HSV(B)4.86º27.82%52.16%-
XYZ16.2514.7513.06-
YUV108.82120.76145.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.55%
GREEN value IS 99 (39.06% from 255) = 30.18%
BLUE value IS 96 (37.89% from 255) = 29.27%
R=40.55%
G=30.18%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133999600.260.280.484.8616.1644.9
Hex85636001A1C305102d
Octal205143140032346052055
Binary10000101110001111000000110101110011000010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856360; }

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

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

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

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

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

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

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

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